diff options
| author | Oren Avissar | 2013-04-04 18:17:58 -0700 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-04-19 21:45:38 +0100 | 
| commit | 2f96fbd17577685bc013a4f7ced06664af253944 (patch) | |
| tree | aa0ca0656443f9d9fd42ac971d355e70b939c867 /angularFiles.js | |
| parent | 8a2bfd7a78fbed2fcf2fd0a0301979b02b89cab2 (diff) | |
| download | angular.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.js | 1 | 
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', | 
