<ui-gmap-google-map center="{latitude: 43.100187, longitude: -77.6329959}"
zoom='8'>
</ui-gmap-google-map>
https://i.sstatic.net/9F2eb.jpg
All necessary files were loaded via bower and the dependency was added to the main module.
angular
.module('main',['ngRoute', 'ui.bootstrap', 'datatables', 'uiGmapgoogle-maps'])
.config(config);
The map did not render correctly until the browser was resized. Could this be a bug or am I using it incorrectly?