This repository has been archived by the owner on May 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
$touched not set to TimePicker #3527
Comments
plunkr please. |
http://plnkr.co/edit/zYXJ9GU0LU6ReEDqO2EU?p=preview change $touched to $dirty to see what I mean. |
I think this might be fixed in master - check out this Plunker. |
This is not actually fixed - this should be a simple fix if someone wants to open a PR. |
I can take a look at this tonight. |
we're going to push this to 0.14.0 as we're releasing 0.13.4 late tonight or first thing in the AM. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
when hour control or minute control touched and value changed, we must could be able to get
form.[TimePicker control's name].$touched == true
but it not set. mean ng-touched must be added to control's classes.
The text was updated successfully, but these errors were encountered: