I'm developing a angularJS application. I want to add time picker module which can be called in HTML tag? How can I do that?
It should be like this
<input type="text" data-ng-model="timeInput" time-pick="HH:MM:SS" time-default="'08:00:00'">
Thank you for your time.