angular.js/docs
Michal Bendowski e196413df6 docs(guide/directive): fix transclusion example
The example about transclusion and scopes worked only because the order of `scope` and `element`
arguments is wrong, which means that the `name' property of the scope is not really being updated.
To really work, the directive has to define its own scope, either a new child scope or, as is more
common with transclusion, an isolated scope.

Closes #4774
2013-11-05 13:38:09 +00:00
..
component-spec chore(docs): fix broken IE8 test due to sanitization bug 2013-10-04 13:43:11 -04:00
components feat(docs): provide index pages for each angular module 2013-10-23 17:00:12 -04:00
content docs(guide/directive): fix transclusion example 2013-11-05 13:38:09 +00:00
img style(docs): replace CRLF by LF in svg header logo 2013-08-16 20:05:54 -07:00
spec chore(docs): generate header ids for better linking 2013-10-18 15:35:41 -07:00
src chore(docs): fix ordering of docs in the guide 2013-11-04 11:43:41 -08:00