alongubkin / angular-datepicker

Angular.js Date/Time Picker
MIT License
291 stars 129 forks source link

Cannot open multiple pickers #62

Open albertvazquezm opened 9 years ago

albertvazquezm commented 9 years ago

Hello!

When working with one instance, there's no problem. But when I try to open another instance in another input, I get this error when picking a date and the picker doesn't close: Uncaught TypeError: Cannot read property 'get' of undefined

Thanks