Files
ionic-framework/scss
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-11 08:30:42 -06:00
2014-05-10 17:38:25 -04:00
2014-04-11 08:30:42 -06:00
2014-04-11 08:30:42 -06:00
2014-05-09 09:33:35 -05:00
2013-11-07 13:34:52 -06:00
2013-11-27 08:24:34 -06:00
2014-05-06 08:04:11 -05:00