<div ng-show="IsExists" ng-cloak>
<span>The value is present</span>
</div>
After that, I included the following lines in my app.css file
However, the initial flickering of the ng-show block persists
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
This solution does not seem to work on Firefox.