0
In the code below I need to make ng-Pattern receive 1 or two numbers, and the format is in hours, that is, minimum node 0 or 01 and maximum 24.
<input type="text" step="any" value="" ng-model="" min="0" max="24" ng-pattern="/^([0-2]{1}[0-9]{1}$/">
Tks... Ricardo!! I could understand very well.
– Bruno Souza