If you whant to map string value to <input type="time"> you will get Error: error:datefmt Model is not a date object from angular 1.3 and upper.
Solution is to use string to date conversion directive. Like this one:
JsFiddle working example