Is It possible to insert options dinamically from promise (ex. $http.get(...)) in to
.config(function(uiGmapGoogleMapApiProvider) {
uiGmapGoogleMapApiProvider.configure(<object from $http>);
})
of angular-ui angular-google-maps directives? If not could you suggest any alternative methods?
Thanks Regards