/* Include this file in your html if you are using the CSP mode. */
@charset "UTF-8";
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
display: none !important;
}
ng\:form {
display: block;
}
.ng-animate-shim {
visibility:hidden;
}
.ng-anchor {
position:absolute;
}
這種情況一般用
ng-if
controller本身是沒有dom的,你是指ng-controller還是component還是directive還是route
去Angular的類庫當中找到一個名叫angular-csp的文件並引入,內容就像這樣的
然後為你閃的元素加上
ng-cloak
屬性即可讚同一樓,判斷DOM的顯示,直接在HTML頁面使用ng-if,結果是true才渲染DOM,不是就不渲染。