Bower Component for a simple AngularJS directive using pickadate.js.
- Make sure the pickadate lib and jquery are loaded.
- Add
ng.pickadate
as a module dependency to your angular app. - Insert the
pick-Adate
orpick-Atime
directive into your template:
Date
<input type="text" name="pickdate" pick-Adate ng-model="pickdate" />
Time
<input type="text" name="picktime" pick-Atime ng-model="picktime" />
MIT