Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 370 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 370 Bytes

dynamic-script

A demo AngularJS project which loads dynamic initialization data via a script tag in the static index.html file before any javascript has initialized.

/api/user.js returns a dummy script after a 1 second delay, mimicking a slow call to an external api server.

To setup and start the server run:

npm install
bower install
npm start