Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ng-hide を使用して div を非表示にしています。dom が読み込まれると表示され、ミリ秒後に非表示になります。
<div class="container" ng-hide = "{{flag}}">
ちらつきなしでdivを非表示にする方法
<div class="container" ng-hide="{{flag}}" ng-cloak>
DOM がコンパイルされるまでデフォルトで非表示