File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 115
115
* When there are multiple directives defined on a single DOM element, sometimes it
116
116
* is necessary to specify the order in which the directives are applied. The `priority` is used
117
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
119
- * the same priority is undefined. The default priority is `0`.
118
+ * number. Directives with greater numerical `priority` are compiled first. Pre-link functions
119
+ * are also run in priority order, but post-link functions are run in reverse order. The order
120
+ * of directives with the same priority is undefined. The default priority is `0`.
120
121
*
121
122
* #### `terminal`
122
123
* If set to true then the current `priority` will be the last set of directives
You can’t perform that action at this time.
0 commit comments