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

Commit db36c62

Browse files
committed
chore(carousel): clean up code style
1 parent e7c5879 commit db36c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/carousel/carousel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ angular.module('ui.bootstrap.carousel', [])
165165
slide.$element = element;
166166
slides.push(slide);
167167
//if this is the first slide or the slide is set to active, select it
168-
if(slides.length === 1 || slide.active) {
168+
if (slides.length === 1 || slide.active) {
169169
self.select(slides[slides.length - 1]);
170170
if (slides.length === 1) {
171171
$scope.play();

0 commit comments

Comments
 (0)