This repository was archived by the owner on Sep 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -76,14 +76,18 @@ $scope.sortableOptions = {
7676** Note:** ` update ` occurs before any model/scope changes but after the DOM position has been updated.
7777So ` ui.item.scope ` and the directive's ` ng-model ` , are equal to the scope before the drag start.
7878
79- ## Reporting Issues
80-
81- The following pen's are provided as a good starting point to demonstrate issues, proposals and use cases.
82- Feel free to edit any of them for your needs (don't forget to also update the libraries used to your version).
79+ ## Examples
8380
8481- [ Simple Demo] ( http://codepen.io/thgreasi/pen/jlkhr )
8582- [ Connected Lists] ( http://codepen.io/thgreasi/pen/uFile )
83+ - [ Filtering] ( http://codepen.io/thgreasi/pen/mzGbq ) [ details #113 ] ( https://github.com/angular-ui/ui-sortable/issues/113 )
84+ - [ Ordering] ( http://plnkr.co/edit/XPUzJjdvwE0QWQ6py6mQ?p=preview ) [ details #70 ] ( https://github.com/angular-ui/ui-sortable/issues/70 )
85+ - [ Cloning] ( http://codepen.io/thgreasi/pen/qmvhG ) [ details #139 ] ( https://github.com/angular-ui/ui-sortable/issues/139 )
8686
87+ ## Reporting Issues
88+
89+ The [ above] ( #examples ) pen's are provided as a good starting point to demonstrate issues, proposals and use cases.
90+ Feel free to edit any of them for your needs (don't forget to also update the libraries used to your version).
8791
8892## Testing
8993
You can’t perform that action at this time.
0 commit comments