Angularjs Examples

AJS Examples


AngularJS Input Type Time

The AngularJS input types are HTML input element control and used togather with ng-model directive. AngularJS input type Time can be decorate with various AngularJS arguments like name,ng-min,ng-max,ng-required and ng-change.

Syntax

AngularJS Input Type Time Arguments

Here is a list of AngularJS Input Type Time Arguments.

DirectivesDescription
ng-modelAngularJS expression to bind the text.
name (optional)Name of the control input control.
ng-min (optional)AngularJS expression sets the min validation constraint to the text.
ng-max (optional)AngularJS expression sets the max validation constraint to the text.
required (optional)Validate input type text is required.
ng-required (optional)AngularJS expression ng-required expression evaluates to true.
ng-change (optional)AngularJS expression to be executed when input value changes.

AngularJS Input Type Time Example

Above example will produce following output

See Live Example