Rhea's Blog
Thursday, February 26, 2015
AngularJS execution order and Directive compile
The execution order is:
app config
app run
directive setup
directive compile
app controller
directive link
** Data resolve called **
new route's controller
Reference Link:
http://stackoverflow.com/questions/24249081/angular-js-resolve-and-run-order-of-execution
http://jsfiddle.net/5Cg54/
https://docs.angularjs.org/guide/compiler
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment