ng-cloak display none

This commit is contained in:
Marek Kotewicz 2015-02-24 23:24:12 +01:00
parent e2ccdac17e
commit 9034ccdb5a
1 changed files with 5 additions and 1 deletions

View File

@ -122,4 +122,8 @@ table td i {
.stat-holder {
width: 100%;
}
}
}
.ng-cloak {
display: none !important;
}