angular-google-staticmaps icon indicating copy to clipboard operation
angular-google-staticmaps copied to clipboard

An AngularJS directive to quickly insert Google Static Maps.

Results 11 angular-google-staticmaps issues
Sort by recently updated
recently updated
newest added

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

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)`