0

I am using ngmap to my project.I need to implement initially ng-map should hide,if we click button then it will visible and again click it should hide. i did using ng-hide and ng-show method,but if we click button its getting gray color and map does not working, Can some one help me, Thanks in advance

Nithesh S D
  • 103
  • 2
  • 10

1 Answers1

0

We ran into the same issue and this StackOverflow page helped us out a lot.

Google Maps Display:None Problem

We also used lazyload which worked as well.

https://ngmap.github.io/#/!map-lazy-inint.html

Hopefully this helps.

Community
  • 1
  • 1
Darren Hall
  • 920
  • 8
  • 13