mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-11 01:43:19 +00:00
(js/css) Update generated files
This commit is contained in:
+6
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user