aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorIgor Minar2013-08-08 10:59:48 -0700
committerIgor Minar2013-08-08 11:02:30 -0700
commite27fb4ddd69126834ced3f200da959b19d5b2160 (patch)
tree52afcbf929ed452d08ba9fdbd2d7e793b7b23f09 /src
parentcaa71c2772284c3d108c41ac120491b7137fabf7 (diff)
downloadangular.js-e27fb4ddd69126834ced3f200da959b19d5b2160.tar.bz2
docs(minErr): rename compile/utrat to compile/uterdir
Diffstat (limited to 'src')
-rw-r--r--src/ng/compile.js6
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++;