I am trying to get the id or the index of a specific element inside a ng-repeat. Once I have it, I will send this parameter to the delete function.
Any ideas?
You could try using a data attribute on the element within the ng-repeat. Slip provides access to the DOM element, but you'll have to setup the association to any models yourself.
Hi,
I am trying to get the id or the index of a specific element inside a ng-repeat. Once I have it, I will send this parameter to the delete function. Any ideas?
Thanks
`
`
`