简体   繁体   中英

Angular JQuery timepicker

I am shifting from jQuery to Angular. In jQuery we used this http://timepicker.co/ as firefox does not allow HTML5 input time.

I was trying to find the same timepicker for angular (As some of our past data and styles were based on this time picker). But I could not find one.

I dont know how to convert that time picker into directive or some other sort like that.

We need to use the same timepicker. (because our manager) I have seen some other time pickers available in angular. Can you help ?

try: EasyTimepicker Directive A timepicker directive that allows a user to select a time via a dropdown widget.

Click the buttons to increment/decrement hours & minutes or scroll with your mouse.

It's also smart enough to convert invalid input such as '1a' into '1:00 AM'

Built with the awesome AngularJS. Utilizes Bootstrap 3 styling.

Install Usage Configuration The following options can be set either through data attributes on the time input or by overriding the EasyTimepickerConfig constant.

Demo http://plnkr.co/edit/uA3Ide?p=preview

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM