My angular application is called with an ID in the url, that ID is passed to a webservice to collect the data that has to be shown in the application. That data contains not only text but also the link to the CSS file
What I see is that the application shows the text a fraction of a second without any styling and then the styling is applied. I have searched on how to prevent this, I found a couple of options but they al rely on waiting until angular completely loaded (for instance by using ng-cloak or ng-if="false"). But that is not a solution in my case because angular is already active (the data has already been retrieved) Any ideas on how to prevent that text flashing? -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
