Posts by user139742 • 92 points
2 posts
-
1
votes4
answers1515
viewsA: Take a field value by id and put it into a variable
The problem is you’re trying to get the value of a div. Divs has no values, only input, textarea and other elements that receive user input. If you want to recover internal HTML from div, use…
-
5
votes1
answer81
viewsA: Filter Map and Reduce
Just create the object with the two properties and return it in the map callback $scope.listDeColaboradoresObject.forEach(item => { item.listAssuntoResposta =…