Skip to content

Commit cb7d8a5

Browse files
committed
fix(slides): allow ngAnimate. Fixes #4868
1 parent e41480c commit cb7d8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: js/angular/directive/slides.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function($animate, $timeout, $compile) {
107107
link: function($scope, $element) {
108108
$scope.showPager = true;
109109
// Disable ngAnimate for slidebox and its children
110-
$animate.enabled(false, $element);
110+
//$animate.enabled(false, $element);
111111
}
112112
};
113113
}])

0 commit comments

Comments
 (0)