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

Commit b02ff61

Browse files
committed
v1.7.2-build.5557+sha.ad0ba99
1 parent 110ac2f commit b02ff61

33 files changed

+86
-72
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.7.1-build.5556+sha.05170bf
2+
* @license AngularJS v1.7.2-build.5557+sha.ad0ba99
33
* (c) 2010-2018 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -4160,7 +4160,7 @@ angular.module('ngAnimate', [], function initAngularHelpers() {
41604160
isFunction = angular.isFunction;
41614161
isElement = angular.isElement;
41624162
})
4163-
.info({ angularVersion: '1.7.1-build.5556+sha.05170bf' })
4163+
.info({ angularVersion: '1.7.2-build.5557+sha.ad0ba99' })
41644164
.directive('ngAnimateSwap', ngAnimateSwapDirective)
41654165

41664166
.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.7.1-build.5556+sha.05170bf
2+
* @license AngularJS v1.7.2-build.5557+sha.ad0ba99
33
* (c) 2010-2018 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -63,7 +63,7 @@
6363
var ARIA_DISABLE_ATTR = 'ngAriaDisable';
6464

6565
var ngAriaModule = angular.module('ngAria', ['ng']).
66-
info({ angularVersion: '1.7.1-build.5556+sha.05170bf' }).
66+
info({ angularVersion: '1.7.2-build.5557+sha.ad0ba99' }).
6767
provider('$aria', $AriaProvider);
6868

6969
/**

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.7.1-build.5556+sha.05170bf
2+
* @license AngularJS v1.7.2-build.5557+sha.ad0ba99
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.7.1-build.5556+sha.05170bf' }).
20+
info({ angularVersion: '1.7.2-build.5557+sha.ad0ba99' }).
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.7.1-build.5556+sha.05170bf
2+
* @license AngularJS v1.7.2-build.5557+sha.ad0ba99
33
* (c) 2010-2018 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -163,7 +163,7 @@ function isValidObjectMaxDepth(maxDepth) {
163163
function minErr(module, ErrorConstructor) {
164164
ErrorConstructor = ErrorConstructor || Error;
165165

166-
var url = 'https://errors.angularjs.org/1.7.1-build.5556+sha.05170bf/';
166+
var url = 'https://errors.angularjs.org/1.7.2-build.5557+sha.ad0ba99/';
167167
var regex = url.replace('.', '\\.') + '[\\s\\S]*';
168168
var errRegExp = new RegExp(regex, 'g');
169169

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.

snapshot/angular-message-format.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.7.1-build.5556+sha.05170bf
2+
* @license AngularJS v1.7.2-build.5557+sha.ad0ba99
33
* (c) 2010-2018 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -1056,7 +1056,7 @@ var toJson;
10561056
var $$stringify;
10571057

10581058
var module = window['angular']['module']('ngMessageFormat', ['ng']);
1059-
module['info']({ 'angularVersion': '1.7.1-build.5556+sha.05170bf' });
1059+
module['info']({ 'angularVersion': '1.7.2-build.5557+sha.ad0ba99' });
10601060
module['factory']('$$messageFormat', $$MessageFormatFactory);
10611061
module['config'](['$provide', function($provide) {
10621062
$interpolateMinErr = window['angular']['$interpolateMinErr'];

0 commit comments

Comments
 (0)