When adding buttons to list view items (see: http://ionicframework.com/docs/angularjs/views/list/ | List items) the object of the button clicked is passed to the method.
How is it possible to identify the item to work with by using this button object?
Is it possible to traverse to the parent item?
This comment relates to the issue I filed on Github: https://github.com/driftyco/ionic/issues/261