monterail / angular-date-range-picker

Pure Angular date range picker, no jQuery
MIT License
70 stars 50 forks source link

Not-ranged simple datepicker #15

Closed nicieja closed 10 years ago

nicieja commented 10 years ago

Also fixed a bug connected with predefined ranges.

jcieslar commented 10 years ago

@thion I don't get it, why would you like to add this functionality? If you need datepicker you can use angular-ui bootstrap.

nicieja commented 10 years ago

@jcieslar basically, I wanted to add it because I was told there's no angular-only datepicker... :P But even if there is one, why load the whole angular-ui bootstrap suite if you only need a simple datepicker (and you can't build a custom build because we use rails-assets)? So much useless code we're never going to use.

jcieslar commented 10 years ago

What about: https://github.com/benzen/angular-bootstrap3-datepicker or http://angular-ui.github.io/bootstrap/#/datepicker ?

nicieja commented 10 years ago

https://github.com/benzen/angular-bootstrap3-datepicker/tree/master/example/js - needs jquery.