From e27fb4ddd69126834ced3f200da959b19d5b2160 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 8 Aug 2013 10:59:48 -0700 Subject: docs(minErr): rename compile/utrat to compile/uterdir --- src/ng/compile.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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++; -- cgit v1.2.3