Browse Source

Double curly brace notation displaying

Prevent double curly brace notation from displaying momentarily before angular.js compiles/interpolates document
Denis A. 10 years ago
parent
commit
9a50f4ac1f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/index.html

+ 1 - 1
gui/index.html

@@ -16,7 +16,7 @@
   <meta name="author" content="">
   <link rel="shortcut icon" href="assets/img/favicon.png">
 
-  <title>{{thisDeviceName()}} | Syncthing</title>
+  <title ng-bind="thisDeviceName() + ' | Syncthing'"></title>
   <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
   <link href="assets/font/raleway.css" rel="stylesheet">
   <link href="assets/css/overrides.css" rel="stylesheet">