This website works better with JavaScript.
Explore
Help
Sign In
playground
/
Sortable
mirror of
https://github.com/RubaXa/Sortable.git
Watch
1
Star
0
Fork
You've already forked Sortable
0
Code
Issues
Releases
Activity
437
Commits
30
Branches
23
Tags
1.5 MiB
Tree:
71f3fb935f
Sortable
/
meteor
/
template.html
6 lines
102 B
Raw
Normal View
History
Unescape
Escape
Two-way integration with Meteor collections
10 years ago
<
template
name
=
"sortable"
>
{{#each items}}
{{> Template.contentBlock this}}
{{/each}}
<
/
template
>