Skip to content

Commit a034187

Browse files
committed
v1.6.9-build.5546+sha.ab386cd
1 parent d53cdfc commit a034187

Some content is hidden

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

57 files changed

+766
-302
lines changed
7.19 MB
Binary file not shown.

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.9-build.5530+sha.07d84dd
2+
* @license AngularJS v1.6.9-build.5546+sha.ab386cd
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.9-build.5530+sha.07d84dd' })
4142+
.info({ angularVersion: '1.6.9-build.5546+sha.ab386cd' })
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.9-build.5530+sha.07d84dd
2+
* @license AngularJS v1.6.9-build.5546+sha.ab386cd
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.9-build.5530+sha.07d84dd' }).
60+
info({ angularVersion: '1.6.9-build.5546+sha.ab386cd' }).
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.9-build.5530+sha.07d84dd
2+
* @license AngularJS v1.6.9-build.5546+sha.ab386cd
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.9-build.5530+sha.07d84dd' }).
20+
info({ angularVersion: '1.6.9-build.5546+sha.ab386cd' }).
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: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.6.9-build.5530+sha.07d84dd
2+
* @license AngularJS v1.6.9-build.5546+sha.ab386cd
33
* (c) 2010-2018 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -170,7 +170,7 @@ function minErr(module, ErrorConstructor) {
170170
return match;
171171
});
172172

173-
message += '\nhttp://errors.angularjs.org/1.6.9-build.5530+sha.07d84dd/' +
173+
message += '\nhttp://errors.angularjs.org/1.6.9-build.5546+sha.ab386cd/' +
174174
(module ? module + '/' : '') + code;
175175

176176
for (i = 0, paramPrefix = '?'; i < templateArgs.length; i++, paramPrefix = '&') {
@@ -525,7 +525,13 @@ function setupModuleLoader(window) {
525525
* @param {Function} configFn Execute this function on module load. Useful for service
526526
* configuration.
527527
* @description
528-
* Use this method to register work which needs to be performed on module loading.
528+
* Use this method to configure services by injecting their
529+
* {@link angular.Module#provider `providers`}, e.g. for adding routes to the
530+
* {@link ngRoute.$routeProvider $routeProvider}.
531+
*
532+
* Note that you can only inject {@link angular.Module#provider `providers`} and
533+
* {@link angular.Module#constant `constants`} into this function.
534+
*
529535
* For more about how to configure services, see
530536
* {@link providers#provider-recipe Provider Recipe}.
531537
*/

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)