Skip to main content

Initialization of an AngularJS Application with Asynchronous Data

·1 min

A recently published article shows our solution to initialize an AngularJS application using promises. You might have similar problems when your application initialization depends on http responses or other ansynchronous tasks.

An online demo can be found at jsfiddle.net and the code is available at GitHub.