我有谷歌地图模型ng-map,当我写位置时它没有显示那个地方,但是如果我们检查然后它就会放在center="London"
那个位置
<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" />