feat(change_detection): change binding syntax to explicitly specify pipes
This commit is contained in:
2
modules/angular2/src/directives/foreach.js
vendored
2
modules/angular2/src/directives/foreach.js
vendored
@ -7,7 +7,7 @@ import {ListWrapper} from 'angular2/src/facade/collection';
|
||||
@Viewport({
|
||||
selector: '[foreach][in]',
|
||||
bind: {
|
||||
'iterableChanges[]': 'in'
|
||||
'iterableChanges': 'in | iterableDiff'
|
||||
}
|
||||
})
|
||||
export class Foreach {
|
||||
|
Reference in New Issue
Block a user