summaryrefslogtreecommitdiffstats
path: root/templates/part.listfeed.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-11 14:40:00 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-11 14:40:00 +0200
commit7808ff902b745b8e7d2fabb5f941d818b0dc78fd (patch)
tree41baecd1838c955d749458eeacdc7aa6d6542c1d /templates/part.listfeed.php
parentb54b454f8a36e50e46a71a8cc14c5caa59a778e4 (diff)
implemented drag and drop directives
Diffstat (limited to 'templates/part.listfeed.php')
-rw-r--r--templates/part.listfeed.php8
1 files changed, 7 insertions, 1 deletions
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'
+ }">
<a ng-style="{ backgroundImage: feed.faviconLink }"
href="#"
class="title"