I need this input to only receive numbers:
<input class="form-control input-sm " placeholder="número" maxlength="4" type="text" ng-model="numero.nJogo" />
This I need to get only values with this formatting (20.00)
<input class="form-control input-sm" placeholder="valor" maxlength="5" type="text" ng-model="numero.valor" />