From 8292c210cbda216da20043a78bf922fb039da284 Mon Sep 17 00:00:00 2001 From: skwakman Date: Thu, 25 Sep 2014 10:06:14 +0200 Subject: [PATCH] Further clarify terminal parameter Clarifies that the terminal parameter will also exclude execution of any directives and expressions in the directive's own template. --- src/ng/compile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ng/compile.js b/src/ng/compile.js index 728d6afaf60b..9dc3096052bb 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -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