This repository was archived by the owner on Sep 8, 2020. It is now read-only.
File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -76,14 +76,18 @@ $scope.sortableOptions = {
76
76
** Note:** ` update ` occurs before any model/scope changes but after the DOM position has been updated.
77
77
So ` ui.item.scope ` and the directive's ` ng-model ` , are equal to the scope before the drag start.
78
78
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
83
80
84
81
- [ Simple Demo] ( http://codepen.io/thgreasi/pen/jlkhr )
85
82
- [ 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 )
86
86
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).
87
91
88
92
## Testing
89
93
You can’t perform that action at this time.
0 commit comments