Prevent GUI from rendering before it's ready (fixes #127)

This commit is contained in:
Jakob Borg 2014-04-15 19:14:31 +02:00
parent 935a8eb9a7
commit 1bf128612d
2 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -84,10 +84,14 @@
text-align: right;
display: inline-block;
}
.ng-cloak {
display: none !important;
}
</style>
</head>
<body ng-controller="SyncthingCtrl">
<body ng-controller="SyncthingCtrl" class="ng-cloak">
<!-- Top bar -->