diff options
| author | Igor Minar | 2013-08-08 10:59:48 -0700 |
|---|---|---|
| committer | Igor Minar | 2013-08-08 11:02:30 -0700 |
| commit | e27fb4ddd69126834ced3f200da959b19d5b2160 (patch) | |
| tree | 52afcbf929ed452d08ba9fdbd2d7e793b7b23f09 /src/ng/compile.js | |
| parent | caa71c2772284c3d108c41ac120491b7137fabf7 (diff) | |
| download | angular.js-e27fb4ddd69126834ced3f200da959b19d5b2160.tar.bz2 | |
docs(minErr): rename compile/utrat to compile/uterdir
Diffstat (limited to 'src/ng/compile.js')
| -rw-r--r-- | src/ng/compile.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ng/compile.js b/src/ng/compile.js index ad979e33..c2eeae27 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -295,7 +295,7 @@ function $CompileProvider($provide) { * * @description * Adds the CSS class value specified by the classVal parameter to the element. If animations - * are enabled then an animation will be triggered for the class addition. + * are enabled then an animation will be triggered for the class addition. * * @param {string} classVal The className value that will be added to the element */ @@ -313,7 +313,7 @@ function $CompileProvider($provide) { * * @description * Removes the CSS class value specified by the classVal parameter from the element. If animations - * are enabled then an animation will be triggered for the class removal. + * are enabled then an animation will be triggered for the class removal. * * @param {string} classVal The className value that will be removed from the element */ @@ -691,7 +691,7 @@ function $CompileProvider($provide) { var startNode = node; do { if (!node) { - throw $compileMinErr('utrat', "Unterminated attribute, found '{0}' but no matching '{1}' found.", attrStart, attrEnd); + throw $compileMinErr('uterdir', "Unterminated attribute, found '{0}' but no matching '{1}' found.", attrStart, attrEnd); } if (node.nodeType == 1 /** Element **/) { if (node.hasAttribute(attrStart)) depth++; |
