Posts by Cristiano Junior • 3 points
2 posts
-
0
votes2
answers333
viewsA: Default Value Dropdown Angularjs
This way is incorrect? What would be the best way to do this? /* SETA O CFOP PADRÃO */ for (var i in $scope.cfops) { if ($scope.cfops[i].cfop_padrao == true) { $scope.nfe.naturezaOperacao =…
-
0
votes2
answers333
viewsQ: Default Value Dropdown Angularjs
In my project I have a dropdown, iterated array. Note that in the array I have a key called default which is set to true or false. I wish the dropdown defalt value was what came with the key set to…