From 7808ff902b745b8e7d2fabb5f941d818b0dc78fd Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 11 Apr 2013 14:40:00 +0200 Subject: implemented drag and drop directives --- templates/part.listfeed.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'templates/part.listfeed.php') diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php index 0c3a48a19..73087af28 100644 --- a/templates/part.listfeed.php +++ b/templates/part.listfeed.php @@ -6,7 +6,13 @@ ng-show="feedBl.isVisible(feed.id)" data-id="{{ feed.id }}" class="feed" - draggable> + oc-draggable="{ + revert: true, + stack: '> li', + zIndex: 1000, + axis: 'y', + helper: 'clone' + }">