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

Commit 4a28092

Browse files
refactor(carousel): remove unneded dependency
1 parent 9d5bc0a commit 4a28092

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
@@ -7,7 +7,7 @@
77
*
88
*/
99
angular.module('ui.bootstrap.carousel', ['ui.bootstrap.transition'])
10-
.controller('CarouselController', ['$scope', '$timeout', '$transition', '$q', function ($scope, $timeout, $transition, $q) {
10+
.controller('CarouselController', ['$scope', '$timeout', '$transition', function ($scope, $timeout, $transition) {
1111
var self = this,
1212
slides = self.slides = [],
1313
currentIndex = -1,

0 commit comments

Comments
 (0)