refactor(forEach): change to for-of with iterable
rename: foreach -> for rename: array -> iterable update: DartParseTreeWriter update: naive_infinite_scroll update: todo fix: tests in foreach_spec Closes #919
This commit is contained in:
2
modules/angular2/directives.js
vendored
2
modules/angular2/directives.js
vendored
@ -1,4 +1,4 @@
|
||||
export * from './src/directives/foreach';
|
||||
export * from './src/directives/for';
|
||||
export * from './src/directives/if';
|
||||
export * from './src/directives/non_bindable';
|
||||
export * from './src/directives/switch';
|
||||
|
Reference in New Issue
Block a user