Skip to content

Commit a7f3b28

Browse files
committed
+Bindings
1 parent 605dbc5 commit a7f3b28

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

ISSUE_TEMPLATE.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,15 @@ Before you create a issue, check it:
33
1. Try [dev](https://github.com/RubaXa/Sortable/tree/dev/)-branch, perhaps the problem has been solved;
44
2. [Use the search](https://github.com/RubaXa/Sortable/search?q=problem), maybe already have an answer;
55
3. If not found, create example on [jsbin.com (draft)](http://jsbin.com/zunibaxada/1/edit?html,js,output) and describe the problem.
6+
7+
Bindings:
8+
- Angular
9+
- 2.0+: https://github.com/SortableJS/angular-sortablejs/issues
10+
- legacy: https://github.com/SortableJS/angular-legacy-sortablejs/issues
11+
- React
12+
- ES2015+: https://github.com/SortableJS/react-sortablejs/issues
13+
- mixin: https://github.com/SortableJS/react-mixin-sortablejs/issues
14+
- Polymer: https://github.com/SortableJS/polymer-sortablejs/issues
15+
- Knockout: https://github.com/SortableJS/knockout-sortablejs/issues
16+
- Meteor: https://github.com/SortableJS/meteor-sortablejs/issues
17+

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Demo: http://rubaxa.github.io/Sortable/
1313
* Smart auto-scrolling
1414
* Built using native HTML5 drag and drop API
1515
* Supports
16-
* [Meteor](https://github.com/SortableJS/meteor)
16+
* [Meteor](https://github.com/SortableJS/meteor-sortablejs)
1717
* [AngularJS](#ng)
1818
* React
1919
* [ES2015+](https://github.com/SortableJS/react-sortablejs)

0 commit comments

Comments
 (0)