SIGN IN SIGN UP
angular / angular.js UNCLAIMED

AngularJS - HTML enhanced for web apps!

0 0 84 JavaScript

fix($compile): always instantiate controllers before pre-link fns run

Controllers should be always instantiated after compile fn runs, but before
pre-link fn runs. This way, controllers are available to pre-link fns that
request them.

Previously this was broken for async directives (directives with templateUrl).

Closes #3493
Closes #3482
Closes #3514
J
jankuca committed
5c560117425e7b3f7270389274476e843d6f69ec
Parent: 4175377
Committed by Igor Minar <igor@angularjs.org> on 8/9/2013, 4:53:44 AM