Skip to content

Commit

Permalink
Remove 'datepicker' requirement
Browse files Browse the repository at this point in the history
Removed requirement for 'datepicker' controller so directive works with datepicker-popup.
  • Loading branch information
spongessuck committed Jan 26, 2015
1 parent 4d97e4d commit e715439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gm.datepickerMultiSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ angular.module('gm.datepickerMultiSelect', ['ui.bootstrap'])
}])
.directive('multiSelect', function() {
return {
require: ['datepicker', 'ngModel'],
require: ['ngModel'],
link: function(scope, elem, attrs, ctrls) {
var selectedDates;

Expand Down

0 comments on commit e715439

Please sign in to comment.