From 2f96fbd17577685bc013a4f7ced06664af253944 Mon Sep 17 00:00:00 2001 From: Oren Avissar Date: Thu, 4 Apr 2013 18:17:58 -0700 Subject: 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. --- angularFiles.js | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 angularFiles.js (limited to 'angularFiles.js') diff --git a/angularFiles.js b/angularFiles.js old mode 100644 new mode 100755 index 30c65df1..2c2e4e0c --- 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', -- cgit v1.2.3