docs(ngIf): fix typo

Closes #4512
This commit is contained in:
Balázs Suhajda 2013-10-18 14:06:03 +02:00 committed by Pete Bacon Darwin
parent c1e6afca11
commit 924abdae9f

View file

@ -41,7 +41,7 @@
* @priority 600
* @param {expression} ngIf If the {@link guide/expression expression} is falsy then
* the element is removed from the DOM tree. If it is truthy a copy of the compiled
* eleent is added to the DOM tree.
* element is added to the DOM tree.
*
* @example
<example animations="true">