(js/css) Update generated files

This commit is contained in:
InverseBot
2017-11-25 01:28:04 -05:00
parent 2c86f68fb9
commit c9c6b0dc9f
20 changed files with 990 additions and 694 deletions
+2 -4
View File
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.6.6
* @license AngularJS v1.6.7
* (c) 2010-2017 Google, Inc. http://angularjs.org
* License: MIT
*/
@@ -15,8 +15,6 @@
* attributes that convey state or semantic information about the application for users
* of assistive technologies, such as screen readers.
*
* <div doc-module-components="ngAria"></div>
*
* ## Usage
*
* For ngAria to do its magic, simply include the module `ngAria` as a dependency. The following
@@ -59,7 +57,7 @@
* {@link guide/accessibility Developer Guide}.
*/
var ngAriaModule = angular.module('ngAria', ['ng']).
info({ angularVersion: '1.6.6' }).
info({ angularVersion: '1.6.7' }).
provider('$aria', $AriaProvider);
/**