allenhwkim / angularjs-google-maps

The Simplest AngularJS Google Maps V3 Directive
http://ngmap.github.io
MIT License
1.52k stars 517 forks source link

how to update map after model change. #825

Closed drrv10 closed 7 years ago

drrv10 commented 7 years ago

am using ng-map to draw a map: `**<div class="content" style="height:500px" id="mapDiv">

**`

If I update my model for start, end or waypoints , map is not getting refresh(show first initialized values). What can be done to solve this(is there something like dorebuildall="true" modelsbyref="false" ) which can update map based on model.

allenhwkim commented 7 years ago

Please take a look at this example https://ngmap.github.io/#/!directions.html

drrv10 commented 7 years ago

Thanks, it solved my problem