Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cohenadair committed Jun 24, 2015
1 parent afd3e08 commit e890165
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,7 @@ A number-only input element directive for AngularJS.

#### Example
```HTML
<number-input
ng-model="model"
max="24"
min="0"
step="1"
start="10"
hint="0 to 24 hours"
hideHint="false"
disableDecimal="true"
decimalPlaces="0">
<number-input ng-model="model" max="24" min="0" step="1" start="10" hint="0 to 24 hours" hideHint="false" disableDecimal="true" decimalPlaces="0">
</number-input>
```

Expand Down

0 comments on commit e890165

Please sign in to comment.