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:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-04-27 13:29:56 +0300
committerBernhard Posselt <dev@bernhard-posselt.com>2015-04-27 13:29:56 +0300
commit5f283f96f5a0c0f59086480c19f68eedc5ba53ca (patch)
tree88a38d2a12537105ac364df7f0ac5b121ef410c8 /templates/main.php
parent7b81a9fdc9301b074d93dc1138979561bb8878d1 (diff)
dont render until done
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index d66803c8..ca54692b 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -27,7 +27,7 @@ style('notes', [
?>
<div id="app" ng-app="Notes" ng-controller="AppController"
- ng-init="init(<?php p($_['lastViewedNote']); ?>)">
+ ng-init="init(<?php p($_['lastViewedNote']); ?>)" ng-cloak>
<?php print_unescaped($this->inc('translations')); ?>