Files
ionic-framework/js/utils
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
..
2013-12-07 15:05:56 -06:00
2014-05-08 08:19:14 -05:00
2014-05-09 09:33:35 -05:00
2014-05-08 09:11:16 -06:00