dylanfprice / angular-gm

AngularJS Google Maps Directives
MIT License
198 stars 47 forks source link

lazy loading maps #57

Closed Lelya closed 7 years ago

Lelya commented 10 years ago

How to make lazy loading map? I use a form with tabs and I need to perform the initialization map only becomes active when the second tab.

Lelya commented 10 years ago

I solved this problem by using ng-if

gacha commented 10 years ago

Thanks, this should be added to docs.