Install with bower:
bower install angular-ui-timepicker
Include script, css and dependencies (see Installation page), add ui-timepicker
as a dependency to
the angular app and add the ui-timepicker
attribute to your form field:
<input type="text" ui-timepicker />
All upcoming features and submitted issues can be tracked at waffle.io.
This is a large rewrite and packaging of @zarknight. Additional thanks go to @eonasdan for his work on interactive popovers on inputs without losing focus.