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

Commit 7457fb0

Browse files
Wei Wangwesleycho
Wei Wang
authored andcommitted
feat(dropdown): use .value() for uibDropdownConfig
Closes #6004 Closes #6006
1 parent 23ef372 commit 7457fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dropdown/dropdown.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
angular.module('ui.bootstrap.dropdown', ['ui.bootstrap.position'])
22

3-
.constant('uibDropdownConfig', {
3+
.value('uibDropdownConfig', {
44
appendToOpenClass: 'uib-dropdown-open',
55
openClass: 'open'
66
})

0 commit comments

Comments
 (0)