alongubkin / angular-datepicker

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

jQuery needed with container: '#root-outlet' #24

Open pepperbase opened 10 years ago

pepperbase commented 10 years ago

Hi,

It is stated jQuery is not needed for the datepicker to work. However, when I use

'container: '#root-outlet''

as an option I get an error that selector is not supported by angulars lite version.

Any ideas on how to solve this?