List syncing

This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
Max Lynch
2013-10-11 14:26:16 -05:00
gitea-unlock(16/)
parent 20a6bba05e
commit cc40017b1a
octicon-diff(16/tw-mr-1) 8 changed files with 74 additions and 24 deletions

7
js/ext/angular/test/list.html
View File

@@ -102,7 +102,9 @@
text: 'Item 1',
canDelete: true,
canSwipe: true,
canReorder: true,
icon: 'icon-chevron-right',
reorderIcon: 'icon-navicon',
hide: false,
deleteItem: removeItem,
buttons: [{
@@ -115,7 +117,9 @@
text: 'Item 2',
canDelete: true,
canSwipe: true,
canReorder: true,
icon: 'icon-chevron-right',
reorderIcon: 'icon-navicon',
deleteItem: removeItem,
buttons: [{
text: 'Kill',
@@ -127,7 +131,9 @@
text: 'Item 3',
canDelete: true,
canSwipe: true,
canReorder: true,
icon: 'icon-chevron-right',
reorderIcon: 'icon-navicon',
deleteItem: removeItem,
buttons: [{
text: 'Kill',
@@ -139,6 +145,7 @@
text: 'Item 4',
canDelete: true,
canSwipe: true,
canReorder: true,
icon: 'icon-chevron-right',
deleteItem: removeItem,
buttons: [{