kevinoleary19 / Angular-2-Datepicker

A minimalist datepicker inspired by Google's material design
70 stars 71 forks source link

Critical fix to parse numbers #60

Closed Rudde closed 7 years ago

Rudde commented 7 years ago

Hello.

Removed useless this.weekStart from line 374, it did nothing.

On line 396 and 397 I parse the string parameter input to a number, it will crash on newer javascript or angular engines, I'm not sure what has changed, but this will fix it.

Also added vscode to gitignore.

Rudde commented 7 years ago

Please see new pull request

https://github.com/koleary94/Angular-2-Datepicker/pull/61