diff options
| author | Igor Minar | 2013-10-14 09:53:32 -0700 |
|---|---|---|
| committer | Igor Minar | 2013-10-14 09:53:32 -0700 |
| commit | 08cdd77c28e95cb2d01d568f31873124c97ec33a (patch) | |
| tree | 31f4c5ac802becdab719f0cd70d6cafc3c2f1f1b /src/ng/directive/ngIf.js | |
| parent | 7566215f479980be79f18b58c6c14c57dd8736b5 (diff) | |
| download | angular.js-08cdd77c28e95cb2d01d568f31873124c97ec33a.tar.bz2 | |
docs: add missing priority documentation for structural directives
Diffstat (limited to 'src/ng/directive/ngIf.js')
| -rwxr-xr-x | src/ng/directive/ngIf.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ng/directive/ngIf.js b/src/ng/directive/ngIf.js index 2212e762..dc95d170 100755 --- a/src/ng/directive/ngIf.js +++ b/src/ng/directive/ngIf.js @@ -38,6 +38,7 @@ * * @element ANY * @scope + * @priority 600 * @param {expression} ngIf If the {@link guide/expression expression} is falsy then * the element is removed from the DOM tree. If it is truthy a copy of the compiled * eleent is added to the DOM tree. |
