summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-03-21 12:17:35 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-03-21 13:36:50 +0100
commit7b7b0fd5eefddf03a94274f99b8e117c9651166b (patch)
tree27f272bf22cb70a536ca6b6b81764b80aaa19308 /templates
parentf6bf8ce402ed43c6a42354e64dda7b3cc081196f (diff)
clear search on route change and fix nav/content
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.php b/templates/index.php
index d6b701cef..8df71076f 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -36,7 +36,7 @@ foreach (Plugin::getScripts() as $appName => $fileName) {
ng-controller="NavigationController as Navigation"
ng-hide="App.loading.isLoading('global')">
- <news-search on-search="Navigation.search" />
+ <news-search on-search="Navigation.search" class="ng-hide"></news-search>
<news-title-unread-count
unread-count="{{ Navigation.getUnreadCount() }}">
</news-title-unread-count>