Maxime
April 14, 2014, 9:39am
1
Hello everybody
I have a little issue with ionic 1.0
I’d would like use a delete-button in my ion-list but i have already a “ng-click” on my ion-item, and the both are in conflic, when i click on delete-button, ng-click work !
how to resolve this issue ?
thank a lot
Please try this with the nightlies. There was a bug in the beta that caused this. It’s been fixed.
Maxime
April 16, 2014, 9:19am
3
thank but how i can download nightlies with git ? ( bower)
I don’t found a link
I’m not sure about how to get it through bower, but all the nightlies are downloadable through code.ionicframework.com .
Maxime
April 16, 2014, 10:53am
5
Thank a lot
I have find a solution,
add “$event.stopPropagation()” in ng-click
@Maxime
Its not working in my case its just take to the home screen. Can u plz tell more how u did that.