Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ITimepickerConfig

Index

Properties

Optional arrowkeys

arrowkeys: boolean

Whether the user can use up/down arrowkeys inside the hours & minutes input to increase or decrease it's values.

default

true

Optional hourStep

hourStep: number

Number of hours to increase or decrease when using a button.

default

1

Optional meridians

meridians: string[]

Meridian labels based on locale. To override you must supply an array like ['AM', 'PM'].

default

null

Optional minuteStep

minuteStep: number

Number of minutes to increase or decrease when using a button.

default

1

Optional mousewheel

mousewheel: boolean

Whether the user can scroll inside the hours & minutes input to increase or decrease it's values.

default

true

Optional readonlyInput

readonlyInput: boolean

Whether the user can type inside the hours & minutes input.

default

false

Optional secondStep

secondStep: number

Number of seconds to increase or decrease when using a button.

default

1

Optional showMeridian

showMeridian: boolean

Whether to display 12H or 24H mode.

default

true

Optional showSeconds

showSeconds: boolean

Show seconds input.

default

false

Optional showSpinners

showSpinners: boolean

Shows spinner arrows above and below the inputs.

default

true

Optional templateUrl

templateUrl: string

Add the ability to override the template used on the component.

default

'uib/template/timepicker/timepicker.html'

Generated using TypeDoc