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

Commit dcc340f

Browse files
committed
refactor(collapse): remove unused dependency
1 parent 7ccff02 commit dcc340f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/collapse/collapse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
angular.module('ui.bootstrap.collapse', ['ui.bootstrap.transition'])
1+
angular.module('ui.bootstrap.collapse', [])
22

33
.directive('collapse', ['$animate', function ($animate) {
44

0 commit comments

Comments
 (0)