Format input field "time" to not show seconds and milliseconds
Firefox and IE don't support <input type="time">
, it's browser dependent. See this link for more info on W3. So your input field will not be able to display it the same way as in Chrome.
An alternative is to use uib-timepicker
from angular-ui
or try one from jquery like webshim.