Skip to content

Commit

Permalink
refactor(dropdownToggle): rename module to dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
bekos committed Jan 21, 2014
1 parent 1417c54 commit 25de67d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
angular.module('ui.bootstrap.dropdownToggle', [])
angular.module('ui.bootstrap.dropdown', [])

.constant('dropdownConfig', {
openClass: 'open'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
describe('dropdownToggle', function() {
var $compile, $rootScope, $document, element;

beforeEach(module('ui.bootstrap.dropdownToggle'));
beforeEach(module('ui.bootstrap.dropdown'));

beforeEach(inject(function(_$compile_, _$rootScope_, _$document_) {
$compile = _$compile_;
Expand Down

0 comments on commit 25de67d

Please sign in to comment.