Im trying to implement a map using google maps with Ionic. I followed the coding in this Link But all i get is a blank screen dont know where i went wrong. Please help
or just replace this
google.maps.event.addDomListener(window, 'load', initialize);
for this
ionic.Platform.ready(initialize);
reference http://codepen.io/mircobabini/developer/ionic-google-maps-nightly