I have google maps model ng-map, when i write location it doesnt show that place, but if we inspect then it puts in center="London"
that location
<div class="form-group move-down">
<label for="Autocomplete">Generic Autocomplete</label>
<input ng-model="result1" type="text" id="Autocomplete" class="form-control" ng-autocomplete="result1" details="details1" options="options1"/>
</div>
<map style="display:block;height:300px" center="{{result1}}" zoom="15" />