Update to Angular v1.2.10

This commit is contained in:
Adam Bradley
2014-01-29 08:43:30 -06:00
parent 9eb44c7193
commit 238abd8b69
27 changed files with 574 additions and 329 deletions

View File

@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.2.8
* @license AngularJS v1.2.10
* (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.8/' +
message = message + '\nhttp://errors.angularjs.org/1.2.10/' +
(module ? module + '/' : '') + code;
for (i = 2; i < arguments.length; i++) {
message = message + (i == 2 ? '?' : '&') + 'p' + (i-2) + '=' +