Is there any way I can increase the hours range on Angular time input for beyond 23? This is what I'm trying to do:
<input id="deliveryTime" type="time" placeholder="00:00" min="00:00" max="900:59"ng-model="currentEditingEntity.deliveryTime"/>
But it seens the "max" attribute do not work this way. I have tried ng-max but still got no results.