Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 87eb932

Browse files
committed
Merge pull request #142 from thgreasi/master
Added extra examples for Filtering, Ordering & Cloning in README.md.
2 parents 1d3c25f + 5c65c1f commit 87eb932

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff 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.
7777
So `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

0 commit comments

Comments
 (0)