Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit e58ab2d

Browse files
committed
v1.6.11-build.5555+sha.45879a8
1 parent 12dff01 commit e58ab2d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+357
-325
lines changed

snapshot/angular-animate.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.6.11-build.5554+sha.841feb0
2+
* @license AngularJS v1.6.11-build.5555+sha.45879a8
33
* (c) 2010-2018 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -4139,7 +4139,7 @@ angular.module('ngAnimate', [], function initAngularHelpers() {
41394139
isFunction = angular.isFunction;
41404140
isElement = angular.isElement;
41414141
})
4142-
.info({ angularVersion: '1.6.11-build.5554+sha.841feb0' })
4142+
.info({ angularVersion: '1.6.11-build.5555+sha.45879a8' })
41434143
.directive('ngAnimateSwap', ngAnimateSwapDirective)
41444144

41454145
.directive('ngAnimateChildren', $$AnimateChildrenDirective)

snapshot/angular-animate.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

snapshot/angular-aria.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.6.11-build.5554+sha.841feb0
2+
* @license AngularJS v1.6.11-build.5555+sha.45879a8
33
* (c) 2010-2018 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -57,7 +57,7 @@
5757
* {@link guide/accessibility Developer Guide}.
5858
*/
5959
var ngAriaModule = angular.module('ngAria', ['ng']).
60-
info({ angularVersion: '1.6.11-build.5554+sha.841feb0' }).
60+
info({ angularVersion: '1.6.11-build.5555+sha.45879a8' }).
6161
provider('$aria', $AriaProvider);
6262

6363
/**

snapshot/angular-aria.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

snapshot/angular-cookies.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.6.11-build.5554+sha.841feb0
2+
* @license AngularJS v1.6.11-build.5555+sha.45879a8
33
* (c) 2010-2018 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -17,7 +17,7 @@
1717

1818

1919
angular.module('ngCookies', ['ng']).
20-
info({ angularVersion: '1.6.11-build.5554+sha.841feb0' }).
20+
info({ angularVersion: '1.6.11-build.5555+sha.45879a8' }).
2121
/**
2222
* @ngdoc provider
2323
* @name $cookiesProvider

snapshot/angular-cookies.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

snapshot/angular-loader.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.6.11-build.5554+sha.841feb0
2+
* @license AngularJS v1.6.11-build.5555+sha.45879a8
33
* (c) 2010-2018 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -152,7 +152,7 @@ function isValidObjectMaxDepth(maxDepth) {
152152
function minErr(module, ErrorConstructor) {
153153
ErrorConstructor = ErrorConstructor || Error;
154154

155-
var url = 'https://errors.angularjs.org/1.6.11-build.5554+sha.841feb0/';
155+
var url = 'https://errors.angularjs.org/1.6.11-build.5555+sha.45879a8/';
156156
var regex = url.replace('.', '\\.') + '[\\s\\S]*';
157157
var errRegExp = new RegExp(regex, 'g');
158158

@@ -518,7 +518,8 @@ function setupModuleLoader(window) {
518518
* @ngdoc method
519519
* @name angular.Module#component
520520
* @module ng
521-
* @param {string} name Name of the component in camel-case (i.e. myComp which will match as my-comp)
521+
* @param {string|Object} name Name of the component in camelCase (i.e. `myComp` which will match `<my-comp>`),
522+
* or an object map of components where the keys are the names and the values are the component definition objects.
522523
* @param {Object} options Component definition object (a simplified
523524
* {@link ng.$compile#directive-definition-object directive definition object})
524525
*

snapshot/angular-loader.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)