Skip to content

Commit

Permalink
fix(slides): allow ngAnimate. Fixes #4868
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Dec 30, 2015
1 parent e41480c commit cb7d8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/angular/directive/slides.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function($animate, $timeout, $compile) {
link: function($scope, $element) {
$scope.showPager = true;
// Disable ngAnimate for slidebox and its children
$animate.enabled(false, $element);
//$animate.enabled(false, $element);
}
};
}])
Expand Down

0 comments on commit cb7d8a5

Please sign in to comment.