angular-loader
Advanced tools
Comparing version 1.5.10 to 1.5.11
/** | ||
* @license AngularJS v1.5.10 | ||
* (c) 2010-2016 Google, Inc. http://angularjs.org | ||
* @license AngularJS v1.5.11 | ||
* (c) 2010-2017 Google, Inc. http://angularjs.org | ||
* License: MIT | ||
@@ -90,3 +90,3 @@ */ | ||
message += '\nhttp://errors.angularjs.org/1.5.10/' + | ||
message += '\nhttp://errors.angularjs.org/1.5.11/' + | ||
(module ? module + '/' : '') + code; | ||
@@ -93,0 +93,0 @@ |
/* | ||
AngularJS v1.5.10 | ||
(c) 2010-2016 Google, Inc. http://angularjs.org | ||
AngularJS v1.5.11 | ||
(c) 2010-2017 Google, Inc. http://angularjs.org | ||
License: MIT | ||
*/ | ||
(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"), | ||
(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.11/"+(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", | ||
@@ -8,0 +8,0 @@ "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, |
{ | ||
"name": "angular-loader", | ||
"version": "1.5.10", | ||
"version": "1.5.11", | ||
"license": "MIT", | ||
@@ -8,4 +8,4 @@ "main": "./angular-loader.js", | ||
"dependencies": { | ||
"angular": "1.5.10" | ||
"angular": "1.5.11" | ||
} | ||
} |
{ | ||
"name": "angular-loader", | ||
"version": "1.5.10", | ||
"version": "1.5.11", | ||
"description": "AngularJS module for asynchronously loading modules", | ||
@@ -5,0 +5,0 @@ "main": "angular-loader.js", |