1
How do I get the ids of the selected items from the checkbox(s) to send to the backend and later remove?
<a href="">
**O QUE PASSO POR PARAMETRO PARA A FUNÇÃO? **
<i class="material-icons" title="Remover" ng-
click="removeEntry(allEntries)">delete</i>
</a>
<tr ng-repeat="entry in allEntries | filter: search as results">
<td>
** OQUE EU PASSO NO MODEL DO CHECKBOX ?**
<input ng-model="???????" type="checkbox"
id="item-">
</td>
<td style="max-width: 100px">{{entry.value}}</td>
<td style="max-width: 100px">{{entry.type}}</td>
<td style="max-width: 100px">{{entry.date}}</td>
<td style="max-width: 100px">{{entry.category}}</td>
<td style="max-width: 100px">{{entry.description}}</td>
</tr>
what is the
entry
? has the example that can put ?– novic
Opa Virgilio, entry is the object of all grid launches. Let’s assume I have two launches on the grid and want to delete them at once. I want the release ids to be sent to the removeEntry function, but I don’t know how to pass in html.
– Guilherme Nass
you want to delete and which of these items is the id, I even made an answer but, there is enough information missing! What is the element that identifies each entry? " for me to edit, "another point has to register this object by adding an extra item to set its true status to delete false to keep until that I’ve done it.
– novic