angular-loader
Advanced tools
Comparing version 1.4.3 to 1.4.4
/** | ||
* @license AngularJS v1.4.3 | ||
* @license AngularJS v1.4.4 | ||
* (c) 2010-2015 Google, Inc. http://angularjs.org | ||
@@ -62,3 +62,3 @@ * License: MIT | ||
message += '\nhttp://errors.angularjs.org/1.4.3/' + | ||
message += '\nhttp://errors.angularjs.org/1.4.4/' + | ||
(module ? module + '/' : '') + code; | ||
@@ -113,4 +113,4 @@ | ||
* | ||
* When passed two or more arguments, a new module is created. If passed only one argument, an | ||
* existing module (the name passed as the first argument to `module`) is retrieved. | ||
* Passing one argument retrieves an existing {@link angular.Module}, | ||
* whereas passing more than one argument creates a new {@link angular.Module} | ||
* | ||
@@ -117,0 +117,0 @@ * |
/* | ||
AngularJS v1.4.3 | ||
AngularJS v1.4.4 | ||
(c) 2010-2015 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.4.3/"+(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"); | ||
(function(){'use strict';function d(b){return function(){var a=arguments[0],e;e="["+(b?b+":":"")+a+"] http://errors.angularjs.org/1.4.4/"+(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", | ||
@@ -8,0 +8,0 @@ 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"),config:m,run:function(a){l.push(a);return this}};h&&m(h); |
{ | ||
"name": "angular-loader", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"main": "./angular-loader.js", | ||
"ignore": [], | ||
"dependencies": { | ||
"angular": "1.4.3" | ||
"angular": "1.4.4" | ||
} | ||
} |
{ | ||
"name": "angular-loader", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "AngularJS module for asynchronously loading modules", | ||
@@ -5,0 +5,0 @@ "main": "angular-loader.js", |
24282