Skip to content

Instantly share code, notes, and snippets.

@clouddueling
Created December 16, 2013 04:37
Show Gist options
  • Save clouddueling/7982379 to your computer and use it in GitHub Desktop.
Save clouddueling/7982379 to your computer and use it in GitHub Desktop.
<ul class='unstyled-list'>
<li
class="ui-state-highlight"
my-draggable="#sortable">Drag Me Down</li>
</ul>
<ul my-sortable id="sortable">
<li
class="ui-state-default"
ng-repeat="item in items">{{ item.name }}</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment