feat(Change Detection): Implement map changes

This commit is contained in:
Victor Berchet
2014-10-29 21:56:31 +01:00
committed by Rado Kirov
parent 1bd304e7ab
commit 0a766f4654
6 changed files with 509 additions and 4 deletions

View File

@ -3,7 +3,10 @@ import {ListWrapper} from 'facade/collection';
import {ProtoWatchGroup, WatchGroup, WatchGroupDispatcher} from 'change_detection/watch_group';
import {Record} from 'change_detection/record';
import {ProtoElementInjector, ElementInjector} from './element_injector';
import {ElementBinder} from './element_binder';
// Seems like we are stripping the generics part of List and dartanalyzer
// complains about ElementBinder being unused. Comment back in once it makes it
// into the generated code.
// import {ElementBinder} from './element_binder';
import {SetterFn} from 'change_detection/parser/closure_map';
import {FIELD, IMPLEMENTS, int, isPresent, isBlank} from 'facade/lang';
import {List} from 'facade/collection';