GoogleのAPIを使用した角度jsの検証を使用する私はangularjsで新しいですし、私はそれが自動的に状態を埋めるアドレスを入力したときに `どのよう
https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete-addressform
GoogleのAPIの例に角度検証を実装しようとすると、都道府県はまだ市、州、国が必要ですが、これらのデータは自動的にgoogle apiで埋められますが、私にはエラーが表示されます。
角度検証コードは
0123です<div class="col-md-3">
<label for="email" class="control-label">*City:</label>
<span class="help-block" ng-show="form.city.$invalid && form.city.$touched">
<strong>*City is Required</strong>
</span>
<input class="form-control" ng-model="formdata.city" ng-required="true" name="city" value="<% formdata.city %>" id="locality" >
</div>
しかし、私は都市、州、国自体を書くと、すべてうまくいきます。どのように私はGoogleのAPIでそれを使用することができます