m-e-conroy / angular-dialog-service

A complete AngularJS service with controllers and templates for generating application modals and dialogs for use with Angular-UI-Bootstrap and Twitter Bootstrap
MIT License
618 stars 228 forks source link

google map inside dialog #99

Closed duyloc91 closed 9 years ago

duyloc91 commented 9 years ago

Anyone has tried to put a dynamic google map into the dialogs, which can rendered by multiple buttons created by ng-repeat? Problem is: First dialog rendering with google map is fine. However, from the second dialog onwards, the center of the second dialog's map is reset as the bound of the first dialog's map.

duyloc91 commented 9 years ago

Bug's at https://github.com/angular-ui/angular-google-maps/issues/1114