fragaria / angular-daterangepicker

Angular.js wrapper for dangrossman/bootstrap-daterangepicker
MIT License
519 stars 372 forks source link

null error #214

Closed vance closed 5 years ago

vance commented 7 years ago

line 42. happens only in safari and iOS for me. _picker is null when setStartDate() is called. This is onload without any interaction.

        _clear = function() {
          _picker.setStartDate();
          return _picker.setEndDate();
        };