updating to Angular v1.2.8

This commit is contained in:
Adam Bradley
2014-01-17 09:48:48 -06:00
parent 748a9e2942
commit 0b5185a407
25 changed files with 164 additions and 319 deletions

View File

@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.2.9
* @license AngularJS v1.2.8
* (c) 2010-2014 Google, Inc. http://angularjs.org
* License: MIT
*/
@@ -69,7 +69,7 @@ function minErr(module) {
return match;
});
message = message + '\nhttp://errors.angularjs.org/1.2.9/' +
message = message + '\nhttp://errors.angularjs.org/1.2.8/' +
(module ? module + '/' : '') + code;
for (i = 2; i < arguments.length; i++) {
message = message + (i == 2 ? '?' : '&') + 'p' + (i-2) + '=' +