Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Further clarify terminal parameter
Browse files Browse the repository at this point in the history
Clarifies that the terminal parameter will also exclude execution of any directives and expressions in the directive's own template.
  • Loading branch information
skwakman authored and jeffbcross committed Oct 9, 2014
1 parent a3f44ed commit 8292c21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ng/compile.js
Expand Up @@ -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
Expand Down

0 comments on commit 8292c21

Please sign in to comment.