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

Commit 4e0e34f

Browse files
committed
revert(dropdown): change back to .constant()
1 parent 7457fb0 commit 4e0e34f

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-
.value('uibDropdownConfig', {
3+
.constant('uibDropdownConfig', {
44
appendToOpenClass: 'uib-dropdown-open',
55
openClass: 'open'
66
})

0 commit comments

Comments
 (0)