Commit de4124c1 authored by Randall Leeds's avatar Randall Leeds Committed by Ujvari Gergely

Use ngCloak to hide UI that isn't ready

parent 81c09072
......@@ -2,6 +2,12 @@
@import 'common';
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak {
display: none !important;
}
body {
@extend .noise;
font-family: $sansFontFamily;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment