1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +00:00

Add ng-cloak support. (#256)

* Add ng-cloak support.

So that the template items aren't displayed until they are required.

* Additional ng-cloak class.
This commit is contained in:
Greg Ross
2018-07-10 02:32:44 -04:00
committed by Loïc Blot
parent ca1c15adac
commit 76d4a9ad1c
2 changed files with 7 additions and 4 deletions
+3
View File
@@ -261,3 +261,6 @@ label {
margin: 88px auto;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}