mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Merge pull request #6607 from bungoume/timepicker-min
Add min attribute
This commit is contained in:
commit
520f9a737a
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@
|
|||
ng-model="relative.count"
|
||||
ng-change="formatRelative()"
|
||||
greater-than="-1"
|
||||
min="0"
|
||||
type="number"
|
||||
class="form-control">
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue