Adam Bradley
9a88c4179d
feat(scroll): freeze scroll on ion-option-button swipe
...
Closes #2950
2015-02-12 09:01:50 -06:00
Andrew
7fec8480e5
fix(ionItem): properly hide option buttons on scroll in collection-repeat
...
Closes #1811 . Closes #2804 .
2015-02-05 09:45:37 -07:00
mhartington
a7b8944479
docs(tabs): mention for tabs
2015-02-03 09:05:08 -05:00
mhartington
fdf06be0e5
docs(ionList): add example controller
2015-01-16 17:06:41 -05:00
Adam Bradley
246c193f9a
chore(): cleanup unused variables
2014-11-10 21:06:33 -06:00
Adam Bradley
b820b96092
chore(listView): deregister listView on destroy
2014-10-09 20:26:02 -05:00
Mike Hartington
60b3f861f1
docs(ion-list): include list types
2014-09-16 10:15:39 -04:00
Mauro Bianchi
e40873f465
fixed class name in setButtonShown method, ionList directive
2014-08-21 23:42:07 +02:00
Max Lynch
89999cadb1
fix(forms): Normalized form styles
2014-07-29 10:32:40 -05:00
Andrew
b1bcece8d1
refactor(list): remove extra class
2014-07-08 11:37:44 -06:00
Andrew
4f10a72306
fix(list): make reorder/delete button animation work well on all devices
2014-07-08 11:32:43 -06:00
Andrew
2e9d0965a5
fix(ionList): allow scrolling while reorder or delete is active
...
Closes #1703
2014-07-07 13:03:52 -06:00
Andrew
ba1859b308
fix(ionReorderButton): stop ngRepeat:dupes error when reordering
...
Closes #1601 .
BREAKING CHANGE: Reordering with ion-reorder-button no longer changes the order of the items in the DOM.
This change will only break your list if you were not using the
onReorder callback as described in the documentation.
Before, while reordering an element in a list Ionic would swap the
elements underneath as the reordering happened. This sometimes caused
errors with angular's ngRepeat directive.
Now, reordering an element in a list does not change the order of
elements in the DOM. It is expected that the end developer will use the
index changes given in the `onReorder` callback to reorder the items
in the list. This is simple to do, see the [examples in the
ionReorderButton
documentation](http://ionicframework.com/docs/api/directive/ionReorderButton/ ).
2014-07-06 13:39:56 -06:00
Andrew Joslin
75e30003a8
chore(): move demos out of source files
2014-05-27 11:21:08 -06:00
Andrew Joslin
49f06f9c3d
fix(scrollView): make xy scrolling work on ionScroll and ionContent
...
Closes #1462
2014-05-21 13:13:29 -06:00
Andrew Joslin
c5fabebd57
demo(ionList): add two basic demos
2014-05-20 10:56:22 -06:00
Andrew Joslin
cc46735c82
fix(ionReorderButton): fix onReorder not triggering angular digest
2014-05-20 08:59:34 -06:00
Andrew Joslin
4d793fd9f4
demo(ionList): add demos
2014-05-20 08:59:34 -06:00
Andrew Joslin
462ef38f44
chore(ionList): clean up code
2014-05-15 07:30:51 -06:00
Andrew Joslin
b785955348
chore(): factor out some angular functions to variables
2014-05-07 14:54:51 -06:00
Andy Joslin
81676e6ef7
fix(ionList): disable swiping of items while option buttons are shown
...
Addresses #1202
2014-04-25 07:05:28 -06:00
Andy Joslin
634b3971b1
fix(ionList): disable tap on element being edited
...
Addresses #1202
2014-04-25 07:05:28 -06:00
Andy Joslin
14a2790749
refactor(): reorganize source files
2014-04-14 10:47:27 -06:00