diff options
| author | Igor Minar | 2013-08-08 10:59:48 -0700 | 
|---|---|---|
| committer | Igor Minar | 2013-08-08 11:02:30 -0700 | 
| commit | e27fb4ddd69126834ced3f200da959b19d5b2160 (patch) | |
| tree | 52afcbf929ed452d08ba9fdbd2d7e793b7b23f09 /test | |
| parent | caa71c2772284c3d108c41ac120491b7137fabf7 (diff) | |
| download | angular.js-e27fb4ddd69126834ced3f200da959b19d5b2160.tar.bz2 | |
docs(minErr): rename compile/utrat to compile/uterdir
Diffstat (limited to 'test')
| -rwxr-xr-x | test/ng/compileSpec.js | 4 | 
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.");        });      }); | 
