Posts by Vinicius Cano • 11 points
2 posts
-
0
votes1
answer137
viewsA: ng-model with undefined value in the controller
The problem was in the ng-options alias, I imagined it didn’t matter, but the old one was ng-options="clienteFiltro as cliente.Des_Servico for cliente in vm.importacaoSiltDet It should be getting…
-
1
votes1
answer137
viewsQ: ng-model with undefined value in the controller
I have a very strange problem. I have some filters that are like this. <div ng-show="filtroReduzido" class="col-md-2"> <div class="form-group"> <label>Codigo Reduzido</label>…