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 --- test/ng/compileSpec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/ng') 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() { '
' + '' + '
'); - }).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() { '
' + '' + '
'); - }).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."); }); }); -- cgit v1.2.3