diff options
| author | Gias Kay Lee | 2014-01-05 23:51:52 +0800 | 
|---|---|---|
| committer | Igor Minar | 2014-01-06 17:35:13 -0800 | 
| commit | c894470d4122913168dd75f829f1d19c4af696ed (patch) | |
| tree | 4c39e20a581de50a1dc624c8f7d76e1132f92a17 /src/ng/compile.js | |
| parent | 1b0718bf89aff5a9686cd89cad91a7a11825e9f0 (diff) | |
| download | angular.js-c894470d4122913168dd75f829f1d19c4af696ed.tar.bz2 | |
docs($compile): fix a typo
Closes #5639
Diffstat (limited to 'src/ng/compile.js')
| -rw-r--r-- | src/ng/compile.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/compile.js b/src/ng/compile.js index 77a13ab2..dd47ca3b 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -1957,7 +1957,7 @@ function directiveNormalize(name) {   *   *   * @param {string} name Normalized element attribute name of the property to modify. The name is - *          revers translated using the {@link ng.$compile.directive.Attributes#$attr $attr} + *          reverse-translated using the {@link ng.$compile.directive.Attributes#$attr $attr}   *          property to the original name.   * @param {string} value Value to set the attribute to. The value can be an interpolated string.   */ | 
