issues
search
angular-ui
/
ui-map
Google Maps
http://angular-ui.github.io/ui-map
MIT License
288
stars
93
forks
source link
Properly inject $window to access Google Maps
#41
Closed
garbles
closed
5 years ago
garbles
commented
10 years ago
Inject
$window
in all places where
window
was previously being called
Wrap
bindMapEvents
into a controller so that
$window
can be injected into it
$window
in all places wherewindow
was previously being calledbindMapEvents
into a controller so that$window
can be injected into it