(js/css) Update generated files

This commit is contained in:
InverseBot
2016-11-25 02:43:18 -05:00
parent dc7cb6792a
commit 9bb22bd67a
20 changed files with 1686 additions and 1046 deletions
+4 -2
View File
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.5.8
* @license AngularJS v1.5.9
* (c) 2010-2016 Google, Inc. http://angularjs.org
* License: MIT
*/
@@ -58,7 +58,6 @@
* {@link ngAria.$ariaProvider#config config} method. For more details, see the
* {@link guide/accessibility Developer Guide}.
*/
/* global -ngAriaModule */
var ngAriaModule = angular.module('ngAria', ['ng']).
provider('$aria', $AriaProvider);
@@ -75,6 +74,7 @@ var isNodeOneOf = function(elem, nodeTypeArray) {
/**
* @ngdoc provider
* @name $ariaProvider
* @this
*
* @description
*
@@ -270,6 +270,8 @@ ngAriaModule.directive('ngShow', ['$aria', function($aria) {
}
function getRadioReaction(newVal) {
// Strict comparison would cause a BC
// eslint-disable-next-line eqeqeq
var boolVal = (attr.value == ngModel.$viewValue);
elem.attr('aria-checked', boolVal);
}