Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 629 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 629 Bytes

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