Skip to content

Commit 5156e87

Browse files
committed
Merge branch 'develop' of github.com:g1eb/angular-datetime-inputs into develop
Conflicts: README.md
2 parents 9fb66b0 + 4ea54ab commit 5156e87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ For both date and time input:
6969
| format | moment.js compatible date/time format | none | no |
7070
| min-date | moment.js datetime object min datetime | none | no |
7171
| max-date | moment.js datetime object max datetime | none | no |
72+
| hourStep | step size for hour input | 1 | no |
73+
| minuteStep | step size for minute input | 1 | no |
74+
| secondStep | step size for second input | 1 | no |
7275
| placeholder | Placeholder is shown when input object is undefined | none | no |
7376
| on-change | Handler function that is fired on change of datetime object | none | no |
7477
| css-class | custom css class name for datetime presentation | predefined | no |

0 commit comments

Comments
 (0)