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

Commits on Feb 27, 2016

  1. fix(SebmGoogleMap): allow styling via comp styles

    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 committed Feb 27, 2016
    Configuration menu
    Copy the full SHA
    8889bd2 View commit details
    Browse the repository at this point in the history