I have created a plnkr for this problem. I can't get the ng-click
to work on this page. I thought I could solve this issue, with the answers I got from this question: Why do I need $parent to enable the function in ng-click when using ion-scroll?
But even when I use all the $scope
variables in an object the function is not executed.
Try this:
For some kind of reason (I am not an Ionic dev), ionic makes the
<label>
swallow all the click events. So you need to change that label to anything else or put theng-repeat
outside it. I wrote an example at plunker