aboutsummaryrefslogtreecommitdiffstats
path: root/angularFiles.js
diff options
context:
space:
mode:
authorOren Avissar2013-04-04 18:17:58 -0700
committerPete Bacon Darwin2013-04-19 21:45:38 +0100
commit2f96fbd17577685bc013a4f7ced06664af253944 (patch)
treeaa0ca0656443f9d9fd42ac971d355e70b939c867 /angularFiles.js
parent8a2bfd7a78fbed2fcf2fd0a0301979b02b89cab2 (diff)
downloadangular.js-2f96fbd17577685bc013a4f7ced06664af253944.tar.bz2
feat(ngIf): add directive to remove and recreate DOM elements
This directive is adapted from ui-if in the AngularUI project and provides a complement to the ngShow/ngHide directives that only change the visibility of the DOM element and ngSwitch which does change the DOM but is more verbose.
Diffstat (limited to 'angularFiles.js')
-rwxr-xr-x[-rw-r--r--]angularFiles.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/angularFiles.js b/angularFiles.js
index 30c65df1..2c2e4e0c 100644..100755
--- a/angularFiles.js
+++ b/angularFiles.js
@@ -49,6 +49,7 @@ angularFiles = {
'src/ng/directive/ngController.js',
'src/ng/directive/ngCsp.js',
'src/ng/directive/ngEventDirs.js',
+ 'src/ng/directive/ngIf.js',
'src/ng/directive/ngInclude.js',
'src/ng/directive/ngInit.js',
'src/ng/directive/ngNonBindable.js',