Skip to content

Commit

Permalink
fouc
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Hoffmann committed Mar 7, 2016
1 parent 58cebe9 commit 12bc1b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/coil/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<link href="../content/libs/bootstrap/css/bootstrap.min.css" rel="stylesheet"/>
<link href="content/css/app.css" rel="stylesheet" />
</head>
<body ng-controller="CoilCtrl">
<body ng-controller="CoilCtrl" ng-cloak>
<nav class="navbar navbar-inverse" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
Expand Down
2 changes: 1 addition & 1 deletion tools/consommation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<link href="../content/libs/bootstrap/css/bootstrap.min.css" rel="stylesheet"/>
<link href="content/css/app.css" rel="stylesheet" />
</head>
<body ng-controller="ConsommationCtrl">
<body ng-controller="ConsommationCtrl" ng-cloak>
<nav class="navbar navbar-inverse" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
Expand Down

0 comments on commit 12bc1b2

Please sign in to comment.