mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Addresses #1373. Before: if an `<a>`, `ng-click`, or `<button>` inside of a .item, was clicked, the activator would walk up .item and activate it. Now: If an `<a>`, `ng-click`, or `<button>` inside of a .item is clicked, the activator will activate that element. Additionally, CSS was added so `a.item-content.activated` would look activated.