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.
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.