Skip to content
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

fix(SebmGoogleMap): allow styling via comp styles #169

Closed
wants to merge 1 commit into from

Conversation

sebholstein
Copy link
Owner

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

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
@sebholstein sebholstein deleted the styling-fix branch March 5, 2016 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant