angular-google-maps run function ONCE after initial map load
using angular-google-maps to incorporate a google map into an app I need a command that will run a function ONCE after initial map load is complete - but only on the initial load, not after each map manipulation I can't use idle or tilesloaded since these are fired after every movement... The function I want to run needs to get map bounds to pull data off a server on initial page load - i want this to occur ONCE on initial load, then be a manual function using a refresh map-control - if i use idle or tilesloaded to fire this it will pull server data every time a user moves the map. Does anyone