Skip to content

bielversallini/ng-rangedatepicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng-rangedatepicker

Angular directive

WORK IN PROGRESS!

How to use

1) Adding the library:

<script src="ng-rangedatepicker.min.js"></script>

2) Injecting in your app:

angular.module('myApp',['RangeDatePicker'])

3) Now! Use the tag < range-date-picker > anywhere:

<range-date-picker start-date-label="Início" 
			   end-date-label="Término"
			   minimum-date="today"
			   preselected="" />

4) See!

image

License

MIT License © Gabriel Barbosa

About

A custom directive to select a range of dates

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published