docs(quickstart/js): app JS files order is not significant

closes #1682
This commit is contained in:
Gian Marco Gherardi 2016-06-17 18:33:03 +02:00 committed by Ward Bell
parent 40a9b49800
commit 172e497fec
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ code-example(format="").
1. We load the JavaScript libraries we need; learn about them [below](#libraries).
2. We load our JavaScript files, paying attention to their order (`main.js` needs `app.module.js` to be there first, and `app.module.js` needs `app.component.js`).
2. We load our JavaScript files.
3. We add the `<my-app>` tag in the `<body>`. **This is where our app lives!**