diff options
author | Tatiana Ovchinnikova <t.v.ovtchinnikova@gmail.com> | 2022-05-25 14:22:41 -0500 |
---|---|---|
committer | Tatiana Ovchinnikova <t.v.ovtchinnikova@gmail.com> | 2022-05-26 11:46:41 -0500 |
commit | 375ee8e424d913b3759b67e9263a38a56c84942c (patch) | |
tree | 1d568ca50db3915c3fb7b72c19695def9786e6ec /xstatic/pkg/angular/data/angular-aria.js | |
parent | 150699b9ded48aceb7e3d8a721622acb3b6801bf (diff) | |
download | xstatic-angular-master.tar.gz |
This is the official 1.8.2 build from angularjs.org.
The most recent changes are included, and ngScenario has been
removed from the project.
Change-Id: Id1e700d56b9394cc648d27f03ffea33171ef7cf2
Diffstat (limited to 'xstatic/pkg/angular/data/angular-aria.js')
-rw-r--r-- | xstatic/pkg/angular/data/angular-aria.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xstatic/pkg/angular/data/angular-aria.js b/xstatic/pkg/angular/data/angular-aria.js index cc0f6f6..751a5d5 100644 --- a/xstatic/pkg/angular/data/angular-aria.js +++ b/xstatic/pkg/angular/data/angular-aria.js @@ -1,6 +1,6 @@ /** * @license AngularJS v1.8.2 - * (c) 2010-2020 Google, Inc. http://angularjs.org + * (c) 2010-2020 Google LLC. http://angularjs.org * License: MIT */ (function(window, angular) {'use strict'; @@ -63,7 +63,7 @@ var ARIA_DISABLE_ATTR = 'ngAriaDisable'; var ngAriaModule = angular.module('ngAria', ['ng']). - info({ angularVersion: '"1.8.2"' }). + info({ angularVersion: '1.8.2' }). provider('$aria', $AriaProvider); /** |