We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcdbcaf commit 7d9c587Copy full SHA for 7d9c587
src/ng/compile.js
@@ -115,7 +115,8 @@
115
* When there are multiple directives defined on a single DOM element, sometimes it
116
* is necessary to specify the order in which the directives are applied. The `priority` is used
117
* to sort the directives before their `compile` functions get called. Priority is defined as a
118
- * number. Directives with greater numerical `priority` are compiled first. The order of directives with
+ * number. Directives with greater numerical `priority` are compiled first. Pre-link functions are also
119
+ * run in priority order, but post-link functions are run in reverse order. The order of directives with
120
* the same priority is undefined. The default priority is `0`.
121
*
122
* #### `terminal`
0 commit comments