Files
ionic-framework/test/html
Andrew Joslin 3c15b118ca fix(activator): properly activate elements nested inside an item.
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.
2014-05-13 08:56:37 -06:00
..
2014-04-14 10:47:27 -06:00
2014-04-14 10:47:27 -06:00
2014-04-14 10:47:27 -06:00
2014-04-29 17:11:38 -05:00
2014-04-14 10:47:27 -06:00
2014-05-03 22:30:21 -05:00