alongubkin / angular-datepicker

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

Removed default position set to document.body. Fix for options extending. #21

Closed wkwiatek closed 10 years ago

wkwiatek commented 10 years ago

Default pickadate behaviour is to create picker next to input field so the default position set to document.body was removed from the directive. There was a bug connected to the angular.extend function where attributes were misplaced (also in directive).