mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
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 |
||
|---|---|---|
| .. | ||
| api | ||
| cookbook | ||
| error | ||
| guide | ||
| misc | ||
| notes | ||
| tutorial | ||