oskarszoon / meteor-bootstrap-daterangepicker

3 stars 4 forks source link

not work on version: "1.3.21"? #5

Open thearabbit opened 9 years ago

thearabbit commented 9 years ago

When I update to version: "1.3.21", it don't work

// template
   <input type="text" id="daterange" name="daterange"/>

// js
    Template.hello.onRendered(function () {
        $('input[name="daterange"]').daterangepicker();
    });
sferoze commented 9 years ago

Its not working for me either. I get the console error moment is not a function