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

Map is not hidden when the DOM element is destroyed #52

Closed
eptanska opened this issue May 13, 2014 · 2 comments
Closed

Map is not hidden when the DOM element is destroyed #52

eptanska opened this issue May 13, 2014 · 2 comments
Milestone

Comments

@eptanska
Copy link

When my map DIV gets destroyed the map stays in the screen.

I did a workaround in angular.js with the following:

scope.$on('$routeChangeStart', function(scope, next, current) {
    map.setVisible(false);
});

But it would be great if there was a generic way.

@wf9a5m75
Copy link
Member

Implement this feature in the next version.

@wf9a5m75
Copy link
Member

I released the plugin version 1.1.0 (old version name v1.0.12). Please uninstall the plugin, then install it again.

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

No branches or pull requests

2 participants