(js/css) Update vendor files

This commit is contained in:
Francis Lachapelle
2015-12-04 09:07:07 -05:00
parent f4679ec4ab
commit d19369a5aa
14 changed files with 5283 additions and 4040 deletions
+3 -2
View File
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.4.7
* @license AngularJS v1.4.8
* (c) 2010-2015 Google, Inc. http://angularjs.org
* License: MIT
*/
@@ -240,7 +240,8 @@ ngAriaModule.directive('ngShow', ['$aria', function($aria) {
}
},
post: function(scope, elem, attr, ngModel) {
var needsTabIndex = shouldAttachAttr('tabindex', 'tabindex', elem);
var needsTabIndex = shouldAttachAttr('tabindex', 'tabindex', elem)
&& !isNodeOneOf(elem, nodeBlackList);
function ngAriaWatchModelValue() {
return ngModel.$modelValue;