GoTeamEpsilon / angular-to-react-redux

Angular to React/Redux, a Guide for Angular v1 Experts Looking to Learn React/Redux
MIT License
107 stars 12 forks source link

Calendar Bug #54

Closed MatthewVita closed 7 years ago

MatthewVita commented 7 years ago

looks like the basic HTML5 calendar is not meeting our needs. Perhaps we should bring in the Angular Bootstrap Calendar (I've used it in the past, it is easy to use)

bug

ghost commented 7 years ago

Added in code from this library.

The only issue right now is that when you go to select a date, the date picker starts off at today's date, not the year you were born. Can be quite tedious to go back 25 years or however long in the date picker.

I'll fix this soon, but I couldn't get at the issue tonight. I think it's something to do with using the same value in ng-model and for date-set.