diff options
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++; |
