fragaria / angular-daterangepicker

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

Init on-demand ?? #285

Closed MxoSibeko closed 5 years ago

MxoSibeko commented 6 years ago

How can I initialize the date picker on-demand? I need to get some data via ajax, but right now the picker gets initialized before my ajax completes.

Thanks