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

Commit

Permalink
feat(timepicker): add support for seconds
Browse files Browse the repository at this point in the history
- Adds support for seconds option

Closes #4768
  • Loading branch information
cgat authored and wesleycho committed Oct 28, 2015
1 parent 21b2297 commit c7fa845
Show file tree
Hide file tree
Showing 4 changed files with 783 additions and 387 deletions.
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

0 comments on commit c7fa845

Please sign in to comment.