Skip to content

Instantly share code, notes, and snippets.

@kingpabel
Created December 6, 2015 19:08
Show Gist options
  • Save kingpabel/c2c5e27a882ea7383f9c to your computer and use it in GitHub Desktop.
Save kingpabel/c2c5e27a882ea7383f9c to your computer and use it in GitHub Desktop.
{{-- first use this directive in html --}}
<div ng-cloak>
{{ test }}
</div>
{{-- Then use this style in your page --}}
<style>
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment