feat(ChangeDetector): change View to construct a WatchGroup hierarchy
This commit is contained in:
@ -65,6 +65,7 @@ export class View {
|
||||
|
||||
addChild(childView: View) {
|
||||
ListWrapper.push(this.childViews, childView);
|
||||
this.watchGroup.addChild(childView.watchGroup);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user