refactor(directives): Drop ng- prefix from all angular directives and rename NgRepeat to Foreach

fixes #532

Closes #539
This commit is contained in:
Marc Laval
2015-02-04 22:27:31 +01:00
committed by Misko Hevery
parent 63f23ec0b6
commit 6bfa48bc64
18 changed files with 158 additions and 182 deletions

View File

@ -1,4 +1,4 @@
export * from './src/directives/ng_if';
export * from './src/directives/ng_non_bindable';
export * from './src/directives/ng_repeat';
export * from './src/directives/ng_switch';
export * from './src/directives/foreach';
export * from './src/directives/if';
export * from './src/directives/non_bindable';
export * from './src/directives/switch';