Fix tree focus issues.

This commit is contained in:
Sean Lip
2016-06-16 14:52:38 -07:00
parent 6c13b5c81b
commit 019082b795
4 changed files with 78 additions and 59 deletions

View File

@@ -63,10 +63,5 @@ blocklyApp.AppView = ng.core
blocklyApp.UtilsService]
})
.Class({
constructor: [blocklyApp.TreeService, function(_treeService) {
this.treeService = _treeService;
}],
ngAfterViewInit: function() {
this.treeService.initTreeRegistry();
}
constructor: [function() {}]
});