How to organize reordered checked list?
Is any example where is posible to use like this:
<ion-checkbox ng-repeat="item in items" reorder="true" />
How to organize reordered checked list?
Is any example where is posible to use like this:
<ion-checkbox ng-repeat="item in items" reorder="true" />
http://ionicframework.com/docs/api/directive/ionReorderButton/
Does this help?
Ionic has a codepen example of this: http://codepen.io/ionic/pen/JsHjf
Not quite what I need
I need to be able to click on items to mark them and reorganize through reorder btn
So like this? Minus some styling: http://codepen.io/anon/pen/xbLeRG
Yes! super!But why an reordered list is pressed against the left edge?
It’s caused by the CSS added to the classes for the reorder. I updated the codepen above to remove animations (here it is forked in case you can’t see the update): http://codepen.io/anon/pen/NPvVPV
Awesome!
You helped a lot! Excellent forum!