angular.js/test/ngRoute
Tobias Bosch 90f87072e8 fix($compile): accessing controllers of transcluded directives from children
Additional API (backwards compatible)
- Injects `$transclude` (see directive controllers) as 5th argument to directive link functions.
- `$transclude` takes an optional scope as first parameter that overrides the
  bound scope.

Deprecations:
- `transclude` parameter of directive compile functions (use the new parameter for link functions instead).

Refactorings:
- Don't use comment node to temporarily store controllers
- `ngIf`, `ngRepeat`, ... now all use `$transclude`

Closes #4935.
2013-11-14 20:59:50 -08:00
..
directive fix($compile): accessing controllers of transcluded directives from children 2013-11-14 20:59:50 -08:00
routeParamsSpec.js feat($route): express style route matching 2013-08-12 11:04:37 -07:00
routeSpec.js fix(modules): stop leaking global variables in tests 2013-10-10 11:58:15 -07:00