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

Commit b1f2f58

Browse files
committed
v1.7.2-build.5558+sha.c9a92fc
1 parent b02ff61 commit b1f2f58

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

+691
-744
lines changed

snapshot/angular-animate.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.7.2-build.5557+sha.ad0ba99
2+
* @license AngularJS v1.7.2-build.5558+sha.c9a92fc
33
* (c) 2010-2018 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -3662,9 +3662,9 @@ var ngAnimateSwapDirective = ['$animate', function($animate) {
36623662
*
36633663
* Sometimes you need to animate between different expression states, whose values
36643664
* don't necessary need to be known or referenced in CSS styles.
3665-
* Unless possible with another ["animation aware" directive](#directive-support), that specific
3666-
* use case can always be covered with {@link ngAnimate.directive:ngAnimateSwap} as can be seen in
3667-
* {@link ngAnimate.directive:ngAnimateSwap#examples this example}.
3665+
* Unless possible with another {@link ngAnimate#directive-support "animation aware" directive},
3666+
* that specific use case can always be covered with {@link ngAnimate.directive:ngAnimateSwap} as
3667+
* can be seen in {@link ngAnimate.directive:ngAnimateSwap#examples this example}.
36683668
*
36693669
* Note that {@link ngAnimate.directive:ngAnimateSwap} is a *structural directive*, which means it
36703670
* creates a new instance of the element (including any other/child directives it may have) and
@@ -4160,7 +4160,7 @@ angular.module('ngAnimate', [], function initAngularHelpers() {
41604160
isFunction = angular.isFunction;
41614161
isElement = angular.isElement;
41624162
})
4163-
.info({ angularVersion: '1.7.2-build.5557+sha.ad0ba99' })
4163+
.info({ angularVersion: '1.7.2-build.5558+sha.c9a92fc' })
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.2-build.5557+sha.ad0ba99
2+
* @license AngularJS v1.7.2-build.5558+sha.c9a92fc
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.2-build.5557+sha.ad0ba99' }).
66+
info({ angularVersion: '1.7.2-build.5558+sha.c9a92fc' }).
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.2-build.5557+sha.ad0ba99
2+
* @license AngularJS v1.7.2-build.5558+sha.c9a92fc
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.2-build.5557+sha.ad0ba99' }).
20+
info({ angularVersion: '1.7.2-build.5558+sha.c9a92fc' }).
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.2-build.5557+sha.ad0ba99
2+
* @license AngularJS v1.7.2-build.5558+sha.c9a92fc
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.2-build.5557+sha.ad0ba99/';
166+
var url = 'https://errors.angularjs.org/1.7.2-build.5558+sha.c9a92fc/';
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.2-build.5557+sha.ad0ba99
2+
* @license AngularJS v1.7.2-build.5558+sha.c9a92fc
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.2-build.5557+sha.ad0ba99' });
1059+
module['info']({ 'angularVersion': '1.7.2-build.5558+sha.c9a92fc' });
10601060
module['factory']('$$messageFormat', $$MessageFormatFactory);
10611061
module['config'](['$provide', function($provide) {
10621062
$interpolateMinErr = window['angular']['$interpolateMinErr'];

0 commit comments

Comments
 (0)