Skip to content

Commit d7e5fb1

Browse files
committed
Update readme
1 parent ca5d329 commit d7e5fb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ For both date and time input:
7171
| time-format | [moment.js compatible time format](https://momentjs.com/docs/#/displaying/format/) used for display in time and datetime input directives | 'HH : mm : ss' | no |
7272
| min-date | moment.js datetime object min datetime | none | no |
7373
| max-date | moment.js datetime object max datetime | none | no |
74-
| hourStep | step size for hour input | 1 | no |
75-
| minuteStep | step size for minute input | 1 | no |
76-
| secondStep | step size for second input | 1 | no |
74+
| hour-step | step size for hour input | 1 | no |
75+
| minute-step | step size for minute input | 1 | no |
76+
| second-step | step size for second input | 1 | no |
7777
| placeholder | Placeholder is shown when input object is undefined | none | no |
7878
| allowClear | Allow users to clear selected datetime value | false | no |
7979
| clearText | Clear text shown in the button to clear date object | Clear | no |

0 commit comments

Comments
 (0)