Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 228595

Angular-google-maps in ionic modal

$
0
0

Solved this - I placed the GoogleMapApi promise within the openModal function:

$scope.openModal = function () {
        $scope.modal.show();
        GoogleMapApi.then(function (map) {
               ....

Viewing all articles
Browse latest Browse all 228595

Trending Articles