You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
angular.module('starter',['ionic','starter.controllers','starter.services']).run(function($ionicPlatform){$ionicPlatform.ready(function(){// Hide the accessory bar by default (remove this to show the accessory bar above the keyboard// for form inputs)if(window.cordova&&window.cordova.plugins.Keyboard){cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true);}if(window.StatusBar){// org.apache.cordova.statusbar requiredStatusBar.styleDefault();}vardiv=document.getElementById("map_canvas");varmap=plugin.google.maps.Map.getMap(div);});})