(js/css) Update generated files

This commit is contained in:
InverseBot
2017-03-08 09:42:14 -05:00
parent 9603971c1f
commit 5b6807b78c
18 changed files with 729 additions and 492 deletions
+6 -1
View File
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.6.2
* @license AngularJS v1.6.3
* (c) 2010-2017 Google, Inc. http://angularjs.org
* License: MIT
*/
@@ -3553,6 +3553,10 @@ var ngAnimateSwapDirective = ['$animate', '$rootScope', function($animate, $root
* /* As of 1.4.4, this must always be set: it signals ngAnimate
* to not accidentally inherit a delay property from another CSS class */
* transition-duration: 0s;
*
* /* if you are using animations instead of transitions you should configure as follows:
* animation-delay: 0.1s;
* animation-duration: 0s; */
* }
* .my-animation.ng-enter.ng-enter-active {
* /* standard transition styles */
@@ -4132,6 +4136,7 @@ angular.module('ngAnimate', [], function initAngularHelpers() {
isFunction = angular.isFunction;
isElement = angular.isElement;
})
.info({ angularVersion: '1.6.3' })
.directive('ngAnimateSwap', ngAnimateSwapDirective)
.directive('ngAnimateChildren', $$AnimateChildrenDirective)