dylanfprice / angular-gm

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

gm-map not working with ng-repeat #91

Closed kumarkishan12 closed 7 years ago

kumarkishan12 commented 7 years ago

when gm-map iterates with ng-repeat then then only last iteration has the map.

Below is code sample that I am using.

{{favourite.favoriteName}}
{{favourite.addressLine1}}{{favourite.addressLine2}}{{favourite.addressLine3}}{{favourite.addressLine4}}
{{favourite.pickupType[0]}}
+ {{favourite.pickupType.length-1}} More
kumarkishan12 commented 7 years ago

I got the answer.. this can be closed

kumarkishan12 commented 7 years ago

I got the answer