dylanfprice / angular-gm

AngularJS Google Maps Directives
MIT License
198 stars 47 forks source link

Add support for scrollwheel map option #76

Closed lifeisfoo closed 9 years ago

lifeisfoo commented 9 years ago

Useful for avoid mouse capture during page scroll.

dylanfprice commented 9 years ago

This is already supported. When you create a gm-map you can set a gm-map-options attribute. This can be any of the options in google.maps.MapOptions, since the object is just passed through to google maps.

Please see http://dylanfprice.github.io/angular-gm/1.0.0/docs/#/api/angulargm.directive:gmMap