wvega / timepicker

A jQuery plugin to enhance standard form input fields helping users to select (or type) times
http://timepicker.co
GNU General Public License v2.0
216 stars 93 forks source link

AngularJS Directive: allow two timepickers to be linked #59

Open wvega opened 9 years ago

wvega commented 9 years ago

Bill Franklin:

If you do end up creating an AngularJS directive, a good example would be using it to link two timepickers, limiting the second to have a starting time that is 1 interval after the time selected in the first one.

The AngularJS official directive still doesn't exists, but once is done, it would be nice to have it support the scenario above.