oskarszoon / meteor-bootstrap-daterangepicker

3 stars 4 forks source link

not working #1

Closed opinsky closed 9 years ago

opinsky commented 10 years ago

the bootstrap2 BenjaminRH version triggers, but this one does not with the same code:

Template.eventEditSchedule.rendered = function() { $('#dateRange').daterangepicker(); }

oskarszoon commented 10 years ago

@opinsky Can you try again? There was a problem since moment 2.6 or if you didn't have the moment package installed.

I've fixed the dependency and repushed.

Please note: the new version is only Meteor 0.9 compatible (so you need to use meteor add loftsteinn:bootstrap3-daterangepicker)