Although using ng-cloak, some bindings are shown with brakets until getting data at firefox, not other browsers. Which workaround should I do?
Asked
Active
Viewed 209 times
2
-
1angular doesn't have ng-cloak, you mean angularJs ? – super cool Aug 10 '18 at 06:22
-
Yes, I fixed to angularJS. Thanks. – Kle Aug 10 '18 at 07:15
-
good to hear hopefully you used `ng-bind` . – super cool Aug 10 '18 at 07:15
-
somewhere yes, but somewhere I m using {{}}, also images are shown empty box not only text things – Kle Aug 10 '18 at 07:19
-
From the `ng-cloack` doc on AngularJS: _The directive can be applied to the element, but the preferred usage is to apply multiple ngCloak directives to small portions of the page to permit progressive rendering of the browser view_. This could be the issue – orimdominic Aug 10 '18 at 07:43
-
but why there is no problem at chrome ?@DominicOrim – Kle Aug 10 '18 at 10:33