aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/ngIf.js
diff options
context:
space:
mode:
authorBalázs Suhajda2013-10-18 14:06:03 +0200
committerPete Bacon Darwin2013-10-25 22:06:37 +0100
commit924abdae9f48b5265d8cc5d1eae94e32741ecaf4 (patch)
tree074a2a897ba42cca85d52b42c1dccc2e8d8a9eb8 /src/ng/directive/ngIf.js
parentc1e6afca11061c5c5d7570a04825f98ce1994a88 (diff)
downloadangular.js-924abdae9f48b5265d8cc5d1eae94e32741ecaf4.tar.bz2
docs(ngIf): fix typo
Closes #4512
Diffstat (limited to 'src/ng/directive/ngIf.js')
-rw-r--r--src/ng/directive/ngIf.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/ngIf.js b/src/ng/directive/ngIf.js
index 00556539..b2811ab4 100644
--- a/src/ng/directive/ngIf.js
+++ b/src/ng/directive/ngIf.js
@@ -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">