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

Commit

Permalink
revert(dropdown): change back to .constant()
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleycho committed Jun 15, 2016
1 parent 7457fb0 commit 4e0e34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dropdown/dropdown.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
angular.module('ui.bootstrap.dropdown', ['ui.bootstrap.position'])

.value('uibDropdownConfig', {
.constant('uibDropdownConfig', {
appendToOpenClass: 'uib-dropdown-open',
openClass: 'open'
})
Expand Down

0 comments on commit 4e0e34f

Please sign in to comment.