通过typeahead获取输入中生成的值的一部分

时间:2018-11-28 15:19:57

标签: angularjs

我有一个表格,其中搜索了巴西各地市的名称或代码。执行完此查询后,仅在输入中显示此搜索的代码。

我需要获取在此输入中生成的“描述”,然后将其加载到另一个输入中。

<input name="municipiosServico" id="municipiosServico" type="text" required ng-model="contribuinte.codLocalPrestacaoServico"
                       typeahead="municipiosServico.id as municipiosServico.description+ ' - ' + municipiosServico.uf for municipiosServico in municipiosBr | filter:$viewValue | limitTo:8"
                       class="form-control"/>

在第一个输入的市政municipiosServico.code显示中,在第二个输入中,我需要显示municipiosServico.descricao。

我正试图通过市政当局Servico.codigo到银行去,并以市政当局的名字返回,但这在应用程序性能方面会非常昂贵。

0 个答案:

没有答案