Skip to content

xjpro/angular-clockpicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-clockpicker

Clockpicker

Clockpicker is an Angular directive that provides an intuitive way of selecting time.

Usage

In your controller, create a Date object to store the time.

function YourController($scope) {
    $scope.time = new Date();
})

Give that value to the clockpicker to be set when the user selects a time.

<clockpicker ng-model="time">
</clockpicker>

About

AngularJS directive for an analog style time picker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors