Search code examples
javascriptjqueryangularjshtmlonsen-ui

Onsen UI show a datepicker on ng-click


I'm wondering if there is a way to show DatePicker by clicking on some div tag?

<input type="date" ...>

shows a native datepicker.


Solution

  • I don't know any datepicker native to Angular. But you can use boostrap's datepicker. It's really easy to use and a simple directive can create the datepicker.

    http://angular-ui.github.io/bootstrap/