-
Notifications
You must be signed in to change notification settings - Fork 822
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
(bug) sebm-google-map-container css class is not working. #162
Comments
@parmod-arora thanks for reporting. I will fix it in v0.8.1 (and then merge your getMap() PR) |
I found the work around for this issue and map is rendering now. |
@SebastianM please have a look and provide your thoughts on the this. |
With v0.8.0, styling the map via the styles setting of a component was NOT possible any more: ``` @component({ selector: 'my-map-cmp', directives: [SebmGoogleMap], styles: [` .sebm-google-map-container { height: 300px; } `] } ``` Fixes #162
@parmod-arora Thanks for digging a little bit deeper. I've fixed this bug by enabling the old behavior of the component (since there is currently no good way to style inner elements of a component that use |
If I remove sebm-google-map-container class from index.html file and try to use in component's style then it is not working. It was working in previous version but not in 0.8.0
I tried replicate the issue on plunk, please have a look.
http://plnkr.co/edit/iPNCoiJ8tFMaDOKsvsHi?p=preview
The text was updated successfully, but these errors were encountered: