summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-18 17:13:56 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-18 17:13:56 +0100
commitc4d9c7a30adf34aa52bf5e7736b25264203b838c (patch)
tree81ecdb761071719e2bf16d077f42121c53d98b46 /templates
parenta2e3490f8ee635c5edf9b951b55c3795aab3d075 (diff)
fix #365
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php1
-rw-r--r--templates/part.navigation.feed.php2
-rw-r--r--templates/part.navigation.folder.php2
3 files changed, 3 insertions, 2 deletions
diff --git a/templates/index.php b/templates/index.php
index 1af26e896..7829e41db 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -2,6 +2,7 @@
script('news', [
'vendor/es6-shim/es6-shim.min',
'vendor/angular/angular.min',
+ 'vendor/angular-animate/angular-animate.min',
'vendor/angular-route/angular-route.min',
'vendor/angular-sanitize/angular-sanitize.min',
'vendor/momentjs/min/moment-with-locales.min'
diff --git a/templates/part.navigation.feed.php b/templates/part.navigation.feed.php
index 4d2a1992d..893b0fa15 100644
--- a/templates/part.navigation.feed.php
+++ b/templates/part.navigation.feed.php
@@ -9,7 +9,7 @@
|| Navigation.isFeedActive(feed.id)
|| !feed.id"
data-id="{{ feed.id }}"
- class="feed with-counter with-menu"
+ class="feed with-counter with-menu animate-show"
news-draggable-disable="{{
feed.error.length > 0 ||
!feed.id ||
diff --git a/templates/part.navigation.folder.php b/templates/part.navigation.folder.php
index 37e7dafaf..f095237e1 100644
--- a/templates/part.navigation.folder.php
+++ b/templates/part.navigation.folder.php
@@ -12,7 +12,7 @@
|| !folder.id
|| folder.getsFeed
|| !Navigation.hasFeeds(folder.id)"
- class="folder with-counter with-menu"
+ class="folder with-counter with-menu animate-show"
data-id="{{ folder.id }}"
news-droppable>
<button class="collapse"