fixup! feat(ivy): adding support for ngNonBindable attribute

This commit is contained in:
Misko Hevery 2018-09-26 21:12:41 -07:00 committed by Alex Rickabaugh
parent 632b19d5c2
commit 325e8010e9
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ export function getCurrentSanitizer(): Sanitizer|null {
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
* directives on children of that element.