-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
selectors is null #39
Comments
The reportFilter.tpl.html bottomSheet is loaded into a dashboard.tpl.html |
element-id='date2' -> element-id="date2"
Maybe that helps already? |
Modified the template, still same result. And fixed the quotes thing but still getting the error. Again, adding the markup to the parent view fix this.
|
Could you provide me with a plunkr of the use case that breaks? That would give me a better leg to stand on if I want to diagnose the issue. |
I'm using angular material current master with material-date-picker 1.1.7
I embedded two date pickers inside a BottomSheet and I got this error
I've just set a controller for it
reportFilter.tpl.html
Before embedding into BottomSheet everything worked. Am I missing something?
I'll try to replicate to a plunkr later as now I'm running out of time.
The text was updated successfully, but these errors were encountered: