angular-loader
Advanced tools
Comparing version 1.5.9 to 1.5.10
/** | ||
* @license AngularJS v1.5.9 | ||
* @license AngularJS v1.5.10 | ||
* (c) 2010-2016 Google, Inc. http://angularjs.org | ||
@@ -90,3 +90,3 @@ * License: MIT | ||
message += '\nhttp://errors.angularjs.org/1.5.9/' + | ||
message += '\nhttp://errors.angularjs.org/1.5.10/' + | ||
(module ? module + '/' : '') + code; | ||
@@ -93,0 +93,0 @@ |
/* | ||
AngularJS v1.5.9 | ||
AngularJS v1.5.10 | ||
(c) 2010-2016 Google, Inc. http://angularjs.org | ||
License: MIT | ||
*/ | ||
(function(){'use strict';function d(b){return function(){var a=arguments[0],e;e="["+(b?b+":":"")+a+"] http://errors.angularjs.org/1.5.9/"+(b?b+"/":"")+a;for(a=1;a<arguments.length;a++){e=e+(1==a?"?":"&")+"p"+(a-1)+"=";var d=encodeURIComponent,c;c=arguments[a];c="function"==typeof c?c.toString().replace(/ \{[\s\S]*$/,""):"undefined"==typeof c?"undefined":"string"!=typeof c?JSON.stringify(c):c;e+=d(c)}return Error(e)}}(function(b){function a(c,a,b){return c[a]||(c[a]=b())}var e=d("$injector"),n=d("ng"); | ||
b=a(b,"angular",Object);b.$$minErr=b.$$minErr||d;return a(b,"module",function(){var c={};return function(b,d,h){if("hasOwnProperty"===b)throw n("badname","module");d&&c.hasOwnProperty(b)&&(c[b]=null);return a(c,b,function(){function c(a,b,d,e){e||(e=f);return function(){e[d||"push"]([a,b,arguments]);return g}}function a(c,e){return function(a,d){d&&"function"===typeof d&&(d.$$moduleName=b);f.push([c,e,arguments]);return g}}if(!d)throw e("nomod",b);var f=[],k=[],l=[],m=c("$injector","invoke","push", | ||
k),g={_invokeQueue:f,_configBlocks:k,_runBlocks:l,requires:d,name:b,provider:a("$provide","provider"),factory:a("$provide","factory"),service:a("$provide","service"),value:c("$provide","value"),constant:c("$provide","constant","unshift"),decorator:a("$provide","decorator"),animation:a("$animateProvider","register"),filter:a("$filterProvider","register"),controller:a("$controllerProvider","register"),directive:a("$compileProvider","directive"),component:a("$compileProvider","component"),config:m,run:function(a){l.push(a); | ||
return this}};h&&m(h);return g})}})})(window)})(window); | ||
(function(){'use strict';function g(a,c){c=c||Error;return function(){var d=arguments[0],f;f="["+(a?a+":":"")+d+"] http://errors.angularjs.org/1.5.10/"+(a?a+"/":"")+d;for(d=1;d<arguments.length;d++){f=f+(1==d?"?":"&")+"p"+(d-1)+"=";var n=encodeURIComponent,b;b=arguments[d];b="function"==typeof b?b.toString().replace(/ \{[\s\S]*$/,""):"undefined"==typeof b?"undefined":"string"!=typeof b?JSON.stringify(b):b;f+=n(b)}return new c(f)}}(function(a){function c(a,b,d){return a[b]||(a[b]=d())}var d=g("$injector"), | ||
f=g("ng");a=c(a,"angular",Object);a.$$minErr=a.$$minErr||g;return c(a,"module",function(){var a={};return function(b,g,k){if("hasOwnProperty"===b)throw f("badname","module");g&&a.hasOwnProperty(b)&&(a[b]=null);return c(a,b,function(){function a(b,d,c,e){e||(e=f);return function(){e[c||"push"]([b,d,arguments]);return h}}function e(a,d){return function(e,c){c&&"function"===typeof c&&(c.$$moduleName=b);f.push([a,d,arguments]);return h}}if(!g)throw d("nomod",b);var f=[],c=[],l=[],m=a("$injector","invoke", | ||
"push",c),h={_invokeQueue:f,_configBlocks:c,_runBlocks:l,requires:g,name:b,provider:e("$provide","provider"),factory:e("$provide","factory"),service:e("$provide","service"),value:a("$provide","value"),constant:a("$provide","constant","unshift"),decorator:e("$provide","decorator"),animation:e("$animateProvider","register"),filter:e("$filterProvider","register"),controller:e("$controllerProvider","register"),directive:e("$compileProvider","directive"),component:e("$compileProvider","component"),config:m, | ||
run:function(a){l.push(a);return this}};k&&m(k);return h})}})})(window)})(window); | ||
//# sourceMappingURL=angular-loader.min.js.map |
{ | ||
"name": "angular-loader", | ||
"version": "1.5.9", | ||
"version": "1.5.10", | ||
"license": "MIT", | ||
@@ -8,4 +8,4 @@ "main": "./angular-loader.js", | ||
"dependencies": { | ||
"angular": "1.5.9" | ||
"angular": "1.5.10" | ||
} | ||
} |
{ | ||
"name": "angular-loader", | ||
"version": "1.5.9", | ||
"version": "1.5.10", | ||
"description": "AngularJS module for asynchronously loading modules", | ||
@@ -5,0 +5,0 @@ "main": "angular-loader.js", |
Sorry, the diff of this file is not supported yet
26849
453