restorando / angular-pickadate

A simple and fluid inline datepicker for AngularJS with no extra dependencies.
MIT License
273 stars 91 forks source link

Add options for selecting dates from both the next and previous month #58

Closed ndrisso closed 9 years ago

ndrisso commented 9 years ago

This PR adds a new options to pickadate select-other-months. It can take three parameters next, previous and both they allow to select dates from the next or previous month, at the current month.

gschammah commented 9 years ago

@ndrisso me parece que agregaria unicamente 1 opcion, y que depende el valor que le pases, permita el next month, previous month, o ambos. Como valor podria tomar un array, o un objeto.

Por otro lado agregaria tests. Es importante que todo lo que se agregue en una libreria open source sea testeado.

Cuando elijo una fecha fuera de los boundaries, que sucede? el calendario se posiciona en el mes elegido? o el mes actual no cambia?

ndrisso commented 9 years ago

Realizados los cambios que estuvimos hablando :grin:

ndrisso commented 9 years ago

changes done :beer:

gschammah commented 9 years ago

:+1: excelente nico!