Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
update(css): add missing ng-cloak styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBurleson committed May 18, 2016
1 parent be601ea commit c26842a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/core/services/layout/layout.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Since Layout API uses ng-cloak to hide the dom elements while layouts are adjusted
*
*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}

/*
*
* Responsive attributes
Expand Down

0 comments on commit c26842a

Please sign in to comment.