Posts by Will_1020 • 1 point
1 post
-
0
votes1
answer65
viewsQ: How do I bring a select of values defined in a Controller in angular.js?
I’m sorry, but I’m a layman and I’m starting! In HTML, I want to display the data defined in an angular controller class. As below: $scope.tiposCategorias = [ { id: 1, descricao:'Processados'}, {…