how to reference an element in ionic app from an ng-click event
Hello,
Apologies for the naive question: I have a list of items and I would like to change the class of a particular list-item when the user taps on this item using some js via ng-click
I thought I could reference the selected element using the keyword "this" e.g.
this.removeClass("myclass").
This doesn't work..what should I do instead?
Thanks,
Frank