feat(view): add support for instantiation of nested component views.

Include shadowDom creation and integration tests for nested components.

Fix accidentally clobbered modules/core/test/compiler/view_spec.js by
previous commit.
This commit is contained in:
Rado Kirov
2014-11-12 11:40:36 -08:00
parent b07ea6b90e
commit be4cb2db3a
6 changed files with 306 additions and 130 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export class Directive {
bind:Object,
lightDomServices:List,
implementsTypes:List
})
}={})
{
this.selector = selector;
this.lightDomServices = lightDomServices;