diff options
| author | Balázs Suhajda | 2013-10-18 14:06:03 +0200 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-25 22:06:37 +0100 | 
| commit | 924abdae9f48b5265d8cc5d1eae94e32741ecaf4 (patch) | |
| tree | 074a2a897ba42cca85d52b42c1dccc2e8d8a9eb8 | |
| parent | c1e6afca11061c5c5d7570a04825f98ce1994a88 (diff) | |
| download | angular.js-924abdae9f48b5265d8cc5d1eae94e32741ecaf4.tar.bz2 | |
docs(ngIf): fix typo
Closes #4512
| -rw-r--r-- | src/ng/directive/ngIf.js | 2 | 
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">  | 
