chore(minErr): replace ngError with minErr

This commit is contained in:
Ken Sheedlo
2013-06-07 18:24:30 -07:00
committed by Igor Minar
parent 908071afbf
commit 003861d2fd
35 changed files with 198 additions and 177 deletions

View File

@@ -68,6 +68,6 @@ describe('module loader', function() {
it('should complain of no module', function() {
expect(function() {
window.angular.module('dontExist');
}).toThrow("[NgErr47] Module 'dontExist' is not available! You either misspelled the module name or forgot to load it.");
}).toThrow("[$injector:nomod] Module 'dontExist' is not available! You either misspelled the module name or forgot to load it.");
});
});