Merge pull request #16 from debris/master

ng-cloak display none
This commit is contained in:
Marian OANCΞA 2015-02-25 00:25:37 +02:00
commit e2de282cd8

View File

@ -123,3 +123,7 @@ table td i {
width: 100%; width: 100%;
} }
} }
.ng-cloak {
display: none !important;
}