Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Dynamic height issue + fix #287

@ashconnell

Description

@ashconnell

Just a heads up your FAQ for dynamically setting the height of the map doesn't work as intended, it sets the div correctly but the map only renders partially to those dimensions.

If users want to they can set up a wrapper div with the right dimensions they want, and position relative it. They can then add:

.angular-google-map-container { height:100%; width:100%; position:absolute; top:0; left:0; }

which will make it work correctly

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions