fixup! feat(ivy): adding support for ngNonBindable attribute
This commit is contained in:
parent
632b19d5c2
commit
325e8010e9
|
@ -100,7 +100,7 @@ export function getCurrentSanitizer(): Sanitizer|null {
|
||||||
let elementDepthCount !: number;
|
let elementDepthCount !: number;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Stores wether directives should be matched to elements.
|
* Stores whether directives should be matched to elements.
|
||||||
*
|
*
|
||||||
* When template contains `ngNonBindable` than we need to prevent the runtime form matching
|
* When template contains `ngNonBindable` than we need to prevent the runtime form matching
|
||||||
* directives on children of that element.
|
* directives on children of that element.
|
||||||
|
|
Loading…
Reference in New Issue