Hacker News new | ask | show | jobs
by almost 4582 days ago
Add

     .ng-cloak {display: none !important;}
To your css. You've already added the ng-cloak class to your element, angular will remove it once it is done loading.
1 comments

Thanks for the suggestion. Should be fixed by now.