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

Commit 27d4d1e

Browse files
committed
README restructuring. Created separate Examples section.
1 parent 317d569 commit 27d4d1e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,19 @@ $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)
8683
- [Filtering](http://codepen.io/thgreasi/pen/mzGbq) [details #113](https://github.com/angular-ui/ui-sortable/issues/113)
8784
- [Ordering](http://plnkr.co/edit/XPUzJjdvwE0QWQ6py6mQ?p=preview) [details #70](https://github.com/angular-ui/ui-sortable/issues/70)
8885
- [Cloning](http://codepen.io/thgreasi/pen/qmvhG) [details #139](https://github.com/angular-ui/ui-sortable/issues/139)
8986

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).
91+
9092
## Testing
9193

9294
We use Karma and jshint to ensure the quality of the code. The easiest way to run these checks is to use grunt:

0 commit comments

Comments
 (0)