In Angular Seed project, what is point of index-async.html?

Viewed 8847

I've been getting started with Angular JS and using it as a front-end to integrate with a Play Framework POC. I've already worked through the tutorial.

I cloned my front end from the seed project on github. It has an app/index.html (which I'm using as my main page) and an app/index-async.html. What is the point of the latter? Is it really necessary?

1 Answers
Related