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

Commit f908c2b

Browse files
committed
refactor(carousel): remove unused dependency
1 parent dcc340f commit f908c2b

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
@@ -6,7 +6,7 @@
66
* AngularJS version of an image carousel.
77
*
88
*/
9-
angular.module('ui.bootstrap.carousel', ['ui.bootstrap.transition'])
9+
angular.module('ui.bootstrap.carousel', [])
1010
.controller('CarouselController', ['$scope', '$interval', '$animate', function ($scope, $interval, $animate) {
1111
var self = this,
1212
slides = self.slides = $scope.slides = [],

0 commit comments

Comments
 (0)