Am I using ng-cloak correctly? In chrome the div with help text flashes before becoming hidden. If I add
style=\"display:none;\"
to the a
If you're using ngCloak you have to add specific styles in your <head> (so they work before AngularJS is loaded).
ngCloak
<head>
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; }
https://docs.angularjs.org/api/ng/directive/ngCloak