I have a page implemented using AngularJS. When I access the page using FireFox, for a couple of seconds, it shows up some angular directives, but when I use Chrome, it doesn't: Using Firefox
How can I handle it? Is it due to net latency?
I have a page implemented using AngularJS. When I access the page using FireFox, for a couple of seconds, it shows up some angular directives, but when I use Chrome, it doesn't: Using Firefox
How can I handle it? Is it due to net latency?
You need to use 'ng-cloak' on the parent tag (preferably in the ng-controller tag) to suppress it. Take a look at the documentation