In my web application we have a master index.html , which includes header.html,footer.html,preference.html... and main view content . When the page loads,(url = index.html#) I could see the static content of header,footer and then actual page loads in the screen.
Header.html,footer.html,preference.html requires css path which is fetched from the db through a rest call. Flickering is due to non availability of the css path . Is there a way to suppress the flickering problem ? I have used ng-cloak and its not working as expected.
Thanks in advance.
Das .