etodanik / ion-google-place

Ionic directive for a location dropdown that utilizes google maps
MIT License
251 stars 201 forks source link

Fix for click event when launched for modal #37

Closed kevbaker closed 9 years ago

kevbaker commented 9 years ago

Popup click events were not working when launched from a modal.

Added modal class to ion-google-place-container fixes the issue.

Fix is based on recommendation from Issue #4

etodanik commented 9 years ago

Thank you very much!

kevbaker commented 9 years ago

NP