I'm looking for a list of standard angularjs directives with their priorities (especially the nonzero ones). It would be helpful to look at it whenever you want to create a special directive, for example one with terminal: true
, to see where it would fit best, but also to better understand how the angular designers meant for their directives to be used.
I know each directive has its priority specified in its documentation page, but that does not help to have a whole picture of the compile/link order, as a list like the one below would:
Directive - Prio ----------------- ng-repeat - 1000 ng-if - 600 ng-include - 400 ...
Thank you.
List of standard angular directives sorted by their priorities. Hope this will be useful.
References