From c4d9c7a30adf34aa52bf5e7736b25264203b838c Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 18 Nov 2014 17:13:56 +0100 Subject: fix #365 --- templates/index.php | 1 + templates/part.navigation.feed.php | 2 +- templates/part.navigation.folder.php | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'templates') 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>