angular-google-staticmaps
angular-google-staticmaps copied to clipboard
An AngularJS directive to quickly insert Google Static Maps.
Make the entire directive parse options (for example, size, like it's currently done with markers) from scope variables, and also update on value changes. For example: ``` ``` And in...
Its not working in iOS when built with cordova.
Added an optional attribute 'Key' in a directive to tracking with Gmap API Key
min file is broken
This change would allow the module/directive to be used with a minifier without using ngmin or ng-annotate beforehand.
The library isn't reacting to `markers` updates.
Check if `markers` is an object or a simple string before calling `Object.keys(marker).map(function (key)`