I have a number text box with min and max values.I given min="0" and max="9".But user can able to enter more than 9 like 10,100 etc..
<input style='width:125px;' ng-model='decimalvalues' min='0' max='9'
ng-init='decimalvalues=4'
data-ng-change=" + Decimalplaces + "
type='number'
id='decimalvalues'/>"