OpenVeo AngularJS back end

API Docs for: 7.0.0
Show:

OvDateTimePickerController

Summary

Manages ovDateTimePicker directive.

Constructor

OvDateTimePickerController

Syntax

OvDateTimePickerController

(
  • $element
  • $timeout
  • $scope
)

Summary

Parameters:

  • $element Object

    The HTML element holding the component

  • $timeout Object

    AngularJS $timeout service

  • $scope Object

    Directive isolated scope

Methods

openDatePicker

Syntax

openDatePicker

()

Summary

Opens the date picker.

setAsTouched

Syntax

setAsTouched

()

Summary

Sets form element as touched.

updateModelValue

Syntax

updateModelValue

()

Summary

Sets the model using both date and time.

Properties

calendarIsOpened

Syntax

calendarIsOpened

Boolean

Summary

Indicates if the calendar is opened or not.

date

Syntax

date

Date

Summary

The date.

time

Syntax

time

Date

Summary

The time.