angular.js/docs/content
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
..
api docs(api): fix broken links 2013-10-30 21:24:20 +00:00
cookbook docs: correct broken links 2013-10-18 15:35:41 -07:00
error feat($parse): secure expressions by hiding "private" properties 2013-10-30 17:01:51 -07:00
guide docs(guide/directive): fix transclusion example 2013-11-05 13:38:09 +00:00
misc docs(guide/contribute): remove redundancy and link to CONTRIBUTING.md 2013-11-04 10:35:21 -08:00
notes feat(ngdocs): support popover, foldouts and foldover annotations 2013-06-17 22:00:54 -07:00
tutorial docs(tutorial): add instructions to install karma plugins 2013-10-30 21:00:11 +00:00