Skip to content

Commit

Permalink
Fix info-window problems
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinkrassmann committed Apr 16, 2019
1 parent 8d485a6 commit 586726c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion directives/info-window.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@
}
$timeout(function() { // to avoid racing condition
var infoWindowContainerEl = infoWindow.content.parentElement.parentElement.parentElement;
infoWindowContainerEl.className = "ng-map-info-window";
// Fehler der Google API! https://github.com/allenhwkim/angularjs-google-maps/issues/882
//infoWindowContainerEl.className = "ng-map-info-window";
});
});
});
Expand Down

0 comments on commit 586726c

Please sign in to comment.