feat(compiler): added the DynamicComponent annotation

This commit is contained in:
vsavkin
2015-03-13 11:33:57 -07:00
parent 1872b03fb8
commit b69f3043e0
8 changed files with 90 additions and 11 deletions

View File

@ -163,7 +163,7 @@ export class Compiler {
var nestedPVPromises = [];
for (var i = 0; i < compileElements.length; i++) {
var ce = compileElements[i];
if (isPresent(ce.componentDirective)) {
if (ce.hasNestedView) {
this._compileNestedProtoView(ce, nestedPVPromises);
}
}