Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

feat(timepicker): add support for seconds #4768

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/timepicker/docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ All settings can be provided as attributes in the `<uib-timepicker>` or globally
_(Defaults: 1)_ :
Number of minutes to increase or decrease when using a button.

* `second-step` <i class="glyphicon glyphicon-eye-open"></i>
_(Defaults: 1)_ :
Number of seconds to increase or decrease when using a button.

* `show-meridian` <i class="glyphicon glyphicon-eye-open"></i>
_(Defaults: true)_ :
Whether to display 12H or 24H mode.
Expand All @@ -43,6 +47,10 @@ All settings can be provided as attributes in the `<uib-timepicker>` or globally
_(Defaults: true)_ :
Shows spinner arrows above and below the inputs

* `show_seconds`
_(Defaults: false)_ :
Shows seconds input

* `min`
_(Defaults: undefined)_ :
Minimum time a user can select
Expand Down
Loading