You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
Right now the timepicker only pads the minutes and hours when the template is first loaded. The hours and minutes are not padded when the model changes.
This makes it difficult to create a custom template for the timepicker that uses <select> elements to let the user choose the hour and minutes. The problem is shown in this plunkr.
The hours and minutes are initially selected correctly. To see the issue, try changing the values to a number less than 10.
The text was updated successfully, but these errors were encountered:
mbuttu
added a commit
to mbuttu/bootstrap
that referenced
this issue
Jun 9, 2014
The timepicker only padded the minutes and hours when the template first
loaded. The hours and minutes are now also padded when the model
changes.
Fixesangular-ui#2314.
The timepicker only padded the minutes and hours when the template first
loaded. The hours and minutes are now also padded when the model
changes.
Fixesangular-ui#2314.
Right now the timepicker only pads the minutes and hours when the template is first loaded. The hours and minutes are not padded when the model changes.
This makes it difficult to create a custom template for the timepicker that uses
<select>
elements to let the user choose thehour
andminutes
. The problem is shown in this plunkr.The hours and minutes are initially selected correctly. To see the issue, try changing the values to a number less than 10.
The text was updated successfully, but these errors were encountered: