Wednesday 8 June 2016

allow number only in angularjs

<input type="number" min="1" ng-pattern="/^[0-9]{1,7}$/" ng-disabled="Availability.NoRestriction" ng-model="engagementTimeslot.NumberPositions" class="form-control" />