Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraghunayyar <me@iraghu.com>2014-09-03 10:23:04 +0400
committerraghunayyar <me@iraghu.com>2014-09-03 10:23:04 +0400
commitecb5e233e7f3c4dec3310906857a220caea0630b (patch)
tree0a67e4ee62d9e13fed779f0732699b2d628d6502 /templates/main.php
parent83aba879b0dc1d51cbc591ebf88e5dc3aef15610 (diff)
Fix: THe loading icon doesnt fly anymore, hackish though.
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index 8a55cf26..d2ea7039 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -54,5 +54,7 @@
</ul>
</div>
- <div id="app-content" ng-view ng-class="{loading: is.loading}"></div>
+ <div id="app-content" ng-class="{loading: is.loading}">
+ <div id="app-content-container" ng-view></div>
+ </div>
</div>