Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit cde950b

Browse files
committed
v1.7.2
1 parent 23b0077 commit cde950b

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

angular-aria.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.7.2-build.5558+sha.c9a92fc
2+
* @license AngularJS v1.7.2
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.5558+sha.c9a92fc' }).
66+
info({ angularVersion: '1.7.2' }).
6767
provider('$aria', $AriaProvider);
6868

6969
/**

angular-aria.min.js

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)