aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/compileSpec.js
diff options
context:
space:
mode:
authorIgor Minar2013-08-08 10:59:48 -0700
committerIgor Minar2013-08-08 11:02:30 -0700
commite27fb4ddd69126834ced3f200da959b19d5b2160 (patch)
tree52afcbf929ed452d08ba9fdbd2d7e793b7b23f09 /test/ng/compileSpec.js
parentcaa71c2772284c3d108c41ac120491b7137fabf7 (diff)
downloadangular.js-e27fb4ddd69126834ced3f200da959b19d5b2160.tar.bz2
docs(minErr): rename compile/utrat to compile/uterdir
Diffstat (limited to 'test/ng/compileSpec.js')
-rwxr-xr-xtest/ng/compileSpec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ng/compileSpec.js b/test/ng/compileSpec.js
index 25d2db35..f7f2c51b 100755
--- a/test/ng/compileSpec.js
+++ b/test/ng/compileSpec.js
@@ -3228,7 +3228,7 @@ describe('$compile', function() {
'<div>' +
'<span foo-start></span>' +
'</div>');
- }).toThrow("[$compile:utrat] Unterminated attribute, found 'foo-start' but no matching 'foo-end' found.");
+ }).toThrow("[$compile:uterdir] Unterminated attribute, found 'foo-start' but no matching 'foo-end' found.");
});
});
@@ -3246,7 +3246,7 @@ describe('$compile', function() {
'<div>' +
'<span foo-start><span foo-end></span></span>' +
'</div>');
- }).toThrow("[$compile:utrat] Unterminated attribute, found 'foo-start' but no matching 'foo-end' found.");
+ }).toThrow("[$compile:uterdir] Unterminated attribute, found 'foo-start' but no matching 'foo-end' found.");
});
});