This commit is contained in:
Alex Wolfe 2015-03-01 21:37:16 -08:00
parent 46601d1311
commit 1d577e4df9
1 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
// STEP 1 - Install Angular ########################## // STEP 1 - Install Angular ##########################
.l-main-section .l-main-section
h2#section-install-angular Install Angular h2#section-install-angular 1. Install Angular
p. p.
<strong>Angular is still unpackaged and in alpha</strong>. This quickstart does not <strong>Angular is still unpackaged and in alpha</strong>. This quickstart does not
@ -36,7 +36,7 @@
// STEP 2 - Import Angular ########################## // STEP 2 - Import Angular ##########################
.l-main-section .l-main-section
h2#section-transpile Import Angular h2#section-transpile 2. Import Angular
p. p.
Create a file named <code>app.es6</code> at the root of the project. Create a file named <code>app.es6</code> at the root of the project.
@ -54,7 +54,7 @@
// STEP 3 - Create a component ########################## // STEP 3 - Create a component ##########################
.l-main-section .l-main-section
h2#section-angular-create-account Create a component h2#section-angular-create-account 3. Create a component
p. p.
Components are custom HTML elements. Angular uses components to empower HTML. Components are custom HTML elements. Angular uses components to empower HTML.
@ -145,7 +145,7 @@
// STEP 4 - Bootstrap ########################## // STEP 4 - Bootstrap ##########################
.l-main-section .l-main-section
h2#section-transpile Bootstrap h2#section-transpile 4. Bootstrap
p The last step to load the component on the page. p The last step to load the component on the page.
@ -165,7 +165,7 @@
// STEP 5 - Declare the HTML ########################## // STEP 5 - Declare the HTML ##########################
.l-main-section .l-main-section
h2#section-angular-create-account Declare the HTML h2#section-angular-create-account 5. Declare the HTML
p. p.
Create an <code>index.html</code> file at the root of the project. Create an <code>index.html</code> file at the root of the project.
@ -239,6 +239,6 @@
// WHAT'S NEXT... ########################## // WHAT'S NEXT... ##########################
.l-main-section .l-main-section
h2#section-transpile Extra-credit h2#section-transpile Great Job! Next Step...
p Learn some template syntax for extra-credit. p Learn some template syntax for extra-credit.