refactor(directives): Drop ng- prefix from all angular directives and rename NgRepeat to Foreach
fixes #532 Closes #539
This commit is contained in:
8
modules/angular2/directives.js
vendored
8
modules/angular2/directives.js
vendored
@ -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';
|
||||
|
Reference in New Issue
Block a user