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

Commit c7fa845

Browse files
cgatwesleycho
authored andcommitted
feat(timepicker): add support for seconds
- Adds support for seconds option Closes #4768
1 parent 21b2297 commit c7fa845

File tree

4 files changed

+783
-387
lines changed

4 files changed

+783
-387
lines changed

src/timepicker/docs/readme.md

+8
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ All settings can be provided as attributes in the `<uib-timepicker>` or globally
1919
_(Defaults: 1)_ :
2020
Number of minutes to increase or decrease when using a button.
2121

22+
* `second-step` <i class="glyphicon glyphicon-eye-open"></i>
23+
_(Defaults: 1)_ :
24+
Number of seconds to increase or decrease when using a button.
25+
2226
* `show-meridian` <i class="glyphicon glyphicon-eye-open"></i>
2327
_(Defaults: true)_ :
2428
Whether to display 12H or 24H mode.
@@ -43,6 +47,10 @@ All settings can be provided as attributes in the `<uib-timepicker>` or globally
4347
_(Defaults: true)_ :
4448
Shows spinner arrows above and below the inputs
4549

50+
* `show_seconds`
51+
_(Defaults: false)_ :
52+
Shows seconds input
53+
4654
* `min`
4755
_(Defaults: undefined)_ :
4856
Minimum time a user can select

0 commit comments

Comments
 (0)