docs($compile): further clarify terminal parameter

Clarifies that the terminal parameter will also exclude execution of any directives and expressions in the directive's own template.
This commit is contained in:
skwakman
2014-09-25 10:06:14 +02:00
committed by Jeff Cross
parent a3f44ed1f0
commit 7b9fddfe77

View File

@@ -130,7 +130,8 @@
* #### `terminal`
* If set to true then the current `priority` will be the last set of directives
* which will execute (any directives at the current priority will still execute
* as the order of execution on same `priority` is undefined).
* as the order of execution on same `priority` is undefined). Note that expressions
* and other directives used in the directive's template will also be excluded from execution.
*
* #### `scope`
* **If set to `true`,** then a new scope will be created for this directive. If multiple directives on the