Skip to content

emn178/angular-simple-datetimepicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-simple-datetimepicker

An angular plugin provides datetime picker.

Download

Compress
Uncompress

Demo

Datetime Picker

Requirements

Usage

Add the ngDatetimePicker module as a dependency to your application module:

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

ngDatetimePicker

The ngDatetimePicker directive allows you to specify element as a datetime picker.

Directive Info

This directive executes at priority level 0.

Usage

as attribute:

<input
  ng-datetime-picker="YOUR_OPTIONS">

Arguments

Param Type Details
ngDatetimePicker expression Expression to specify custom options to datetime picker.

Example

<input
  ng-datetime-picker="{closeOnSelected: true}">

License

The project is released under the MIT license.

Contact

The project's website is located at https://github.com/emn178/angular-simple-datetimepicker
Author: Chen, Yi-Cyuan (emn178@gmail.com)

About

An angular plugin provides datetime picker.

Resources

License

Stars

Watchers

Forks

Packages

No packages published