angular-loader
Advanced tools
Comparing version 1.7.0-rc.0 to 1.7.0
/** | ||
* @license AngularJS v1.7.0-rc.0 | ||
* @license AngularJS v1.7.0 | ||
* (c) 2010-2018 Google, Inc. http://angularjs.org | ||
@@ -155,3 +155,3 @@ * License: MIT | ||
var url = 'https://errors.angularjs.org/1.7.0-rc.0/'; | ||
var url = 'https://errors.angularjs.org/1.7.0/'; | ||
var regex = url.replace('.', '\\.') + '[\\s\\S]*'; | ||
@@ -522,3 +522,4 @@ var errRegExp = new RegExp(regex, 'g'); | ||
* @module ng | ||
* @param {string} name Name of the component in camel-case (i.e. myComp which will match as my-comp) | ||
* @param {string|Object} name Name of the component in camelCase (i.e. `myComp` which will match `<my-comp>`), | ||
* or an object map of components where the keys are the names and the values are the component definition objects. | ||
* @param {Object} options Component definition object (a simplified | ||
@@ -525,0 +526,0 @@ * {@link ng.$compile#directive-definition-object directive definition object}) |
/* | ||
AngularJS v1.7.0-rc.0 | ||
AngularJS v1.7.0 | ||
(c) 2010-2018 Google, Inc. http://angularjs.org | ||
License: MIT | ||
*/ | ||
(function(){'use strict';function g(a,f){f=f||Error;return function(){var d=arguments[0],e;e="["+(a?a+":":"")+d+"] http://errors.angularjs.org/1.7.0-rc.0/"+(a?a+"/":"")+d;for(d=1;d<arguments.length;d++){e=e+(1==d?"?":"&")+"p"+(d-1)+"=";var q=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;e+=q(b)}return new f(e)}}(function(a){function f(a,b,d){return a[b]||(a[b]=d())}var d=g("$injector"), | ||
(function(){'use strict';function g(a,f){f=f||Error;return function(){var d=arguments[0],e;e="["+(a?a+":":"")+d+"] http://errors.angularjs.org/1.7.0/"+(a?a+"/":"")+d;for(d=1;d<arguments.length;d++){e=e+(1==d?"?":"&")+"p"+(d-1)+"=";var q=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;e+=q(b)}return new f(e)}}(function(a){function f(a,b,d){return a[b]||(a[b]=d())}var d=g("$injector"), | ||
e=g("ng");a=f(a,"angular",Object);a.$$minErr=a.$$minErr||g;return f(a,"module",function(){var a={};return function(b,g,l){var m={};if("hasOwnProperty"===b)throw e("badname","module");g&&a.hasOwnProperty(b)&&(a[b]=null);return f(a,b,function(){function a(b,d,e,c){c||(c=f);return function(){c[e||"push"]([b,d,arguments]);return h}}function c(a,d,c){c||(c=f);return function(f,e){e&&"function"===typeof e&&(e.$$moduleName=b);c.push([a,d,arguments]);return h}}if(!g)throw d("nomod",b);var f=[],k=[],n=[], | ||
@@ -8,0 +8,0 @@ p=a("$injector","invoke","push",k),h={_invokeQueue:f,_configBlocks:k,_runBlocks:n,info:function(a){if("undefined"!==typeof a){if(null===a||"object"!==typeof a)throw e("aobj","value");m=a;return this}return m},requires:g,name:b,provider:c("$provide","provider"),factory:c("$provide","factory"),service:c("$provide","service"),value:a("$provide","value"),constant:a("$provide","constant","unshift"),decorator:c("$provide","decorator",k),animation:c("$animateProvider","register"),filter:c("$filterProvider", |
{ | ||
"name": "angular-loader", | ||
"version": "1.7.0-rc.0", | ||
"version": "1.7.0", | ||
"license": "MIT", | ||
@@ -8,4 +8,4 @@ "main": "./angular-loader.js", | ||
"dependencies": { | ||
"angular": "1.7.0-rc.0" | ||
"angular": "1.7.0" | ||
} | ||
} |
{ | ||
"name": "angular-loader", | ||
"version": "1.7.0-rc.0", | ||
"version": "1.7.0", | ||
"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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
32783
583
1