File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -307,8 +307,9 @@ compiler}. The attributes are:
307
307
308
308
* `priority` - When there are multiple directives defined on a single DOM element, sometimes it
309
309
is necessary to specify the order in which the directives are applied. The `priority` is used
310
- to sort the directives before their `compile` functions get called. Higher `priority` goes
311
- first. The order of directives within the same priority is undefined.
310
+ to sort the directives before their `compile` functions get called. Priority is defined as a
311
+ number. Directives with greater numerical `priority` are compiled first. The order of directives with
312
+ the same priority is undefined. The default priority is `0`.
312
313
313
314
* `terminal` - If set to true then the current `priority` will be the last set of directives
314
315
which will execute (any directives at the current priority will still execute
You can’t perform that action at this time.
0 commit comments