Skip to content

WorkWave/angular-jquery-timepicker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-jquery-timepicker

An AngularJS directive for jquery-timepicker

Requirements

Usage

You can use Bower to install this directive.

bower install angular-jquery-timepicker

Add the timepicker module as a dependency to your applicatin module:

var myAppModule = angular.module('MyApp', ['ui.timepicker'])

Apply the directive to your form elements. This directive expects ng-model to be a valid javascript Date object.

<input ui-timepicker ng-model="someDateObject">

About

AngularJS directive for jQueryUI Timepicker

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%