feat(query): added support for querying by var bindings

This commit is contained in:
vsavkin
2015-06-15 15:18:11 -07:00
parent cd21df3572
commit b0e2ebda70
12 changed files with 407 additions and 185 deletions

View File

@ -19,7 +19,7 @@ export function main() {
DirectiveBinding.createFromType(B, null),
DirectiveBinding.createFromType(C, null)
];
var proto = ProtoElementInjector.create(null, 0, bindings, false, 0);
var proto = ProtoElementInjector.create(null, 0, bindings, false, 0, null);
var elementInjector = proto.instantiate(null);
function instantiate() {