Greeting,
i have being making the favorites feature use ionic.
but, there is a problem.
<div class="list card list-description">
<a class="item item-thumbnail-left item-button-right" href="#/menu/2">
<img src="img/at.png">
<h2>notice</h2>
<p>notice</p>
<button class="button button-positive">
<i class="icon ion-ios7-telephone"></i>
</button>
</a>
</div>
and here is codepen: http://codepen.io/WindSekirun/pen/lawks (fork from http://codepen.io/ionic/pen/tcIGK)
in soruce, my list item enclosd <a class="" href=""></a>
not <div></div>
when click button, page moved.
how i can work the button?
Sorry to poor English