mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Update to Angular v1.2.10
This commit is contained in:
4
dist/js/angular/angular-loader.js
vendored
4
dist/js/angular/angular-loader.js
vendored
@@ -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) + '=' +
|
||||
|
||||
Reference in New Issue
Block a user