Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit a8b0d45

Browse files
committed
chore(carousel): clean up code style
1 parent bd47f6c commit a8b0d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/carousel/carousel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ angular.module('ui.bootstrap.carousel', [])
9797
};
9898

9999
$scope.isActive = function(slide) {
100-
return self.currentSlide === slide;
100+
return self.currentSlide === slide;
101101
};
102102

103103
$scope.$watch('interval', restartTimer);

0 commit comments

Comments
 (0)