Files
ionic-framework/test
Andy Joslin 7f4b28d9da feat(list): reordering scrolls page, reordering performance better
Fixes #521. Reordering now uses webkitTransform instead of
element.style.left.  Additionally, as you drag the drag-element to the
top or bottom of the scroll-area, it will scroll it up or down as
allowed.

Refactors necessary: Common code from `<content>` and `<scroll>` moved
into js/ext/angular/controllers/ionicScrollController.  Then `<content>`
and `<scroll>` expose the controller, and `<list>` can require it.

`<list>` then uses the controller (if exists) to pass the scrollView and
scrollEl to ReorderDrag, and ReorderDrag uses that to scroll.

Additionally, js/ext/angular/test/controller/ionicScrollController tests
much functionality that was untested before.
2014-02-06 15:04:23 -05:00
..
2013-11-22 08:42:20 -06:00
2013-11-14 00:19:42 -06:00
2013-11-12 10:52:26 -06:00
2013-11-12 13:40:29 -06:00
2013-10-28 21:57:56 -05:00
2013-11-10 11:58:33 -06:00
2013-11-14 08:31:13 -06:00
2013-11-07 17:01:09 -06:00
2013-12-05 23:43:26 -06:00
2013-10-23 09:55:19 -05:00
2013-11-30 20:05:33 -06:00
2013-11-25 11:21:18 -06:00
2013-11-14 08:25:10 -06:00
2013-10-21 10:44:35 -05:00
2013-11-22 08:42:20 -06:00
2013-11-05 20:32:17 -06:00
2013-11-06 16:38:12 -06:00
2013-10-25 21:09:22 -05:00
2014-01-10 23:49:19 -06:00
2013-12-02 12:19:55 -06:00
2013-11-11 22:33:13 -06:00
2013-11-05 20:32:17 -06:00
2014-01-20 20:47:22 -06:00