I have an angular page that loads some content on a local drive. So its running without a webserver. Sometimes its loading quiet long (10secs).
I tried to implement a jquery loading animation, but even the jquery loading animation starts after the normal content is loaded from the JS.
This is how the page looks while its loading my angular content:
How Can I implement a loading spinner or text, instead of showing the raw {{example.example}} values?
Thanks.
