cleanup for setup file

This commit is contained in:
Alex Wolfe 2015-04-21 23:48:47 -07:00
parent 09307dec5f
commit 8b730d23b3
4 changed files with 33 additions and 33 deletions

View File

@ -22,15 +22,9 @@
pre.prettyprint.lang-bash
code python -m SimpleHTTPServer 8000
.l-sub-section
h3#section-examples Live Examples
p.
If you want to skip the working examples you can check out these links on Plunker.
ul
li
a(href='http://plnkr.co/edit/MRz2i7sjupzxERPAa3SF?p=preview') TypeScript
li
a(href='http://plnkr.co/edit/wzzKo4etk24t0oAnL6ep?p=preview') ES5
p.
If you want to skip the working examples you can check out these links on Plunker. <a href='http://plnkr.co/edit/MRz2i7sjupzxERPAa3SF?p=preview')> TypeScript Example</a> or
<a href='http://plnkr.co/edit/wzzKo4etk24t0oAnL6ep?p=preview'> ES5 Example</a>.
.l-main-section
h2#section-create-an-entry-point Create an entry point
@ -197,5 +191,3 @@
document.addEventListener('DOMContentLoaded', function() {
angular.bootstrap(AppComponent);
});
p Exciting! Not excited yet? Let's move on to <a href="displaying-data.html">Displaying Data</a>.

View File

@ -1,7 +1,9 @@
p.
<strong>Angular is still unpackaged and in alpha</strong>. This quickstart does not
reflect the final build process for Angular. The following setup is for those who
want to try out Angular while it is in alpha.
.callout.is-helpful
header Angular is still unpackaged and in alpha
p.
This quickstart does not
reflect the final build process for Angular. The following setup is for those who
want to try out Angular while it is in alpha.
// STEP 1 - Create a project ##########################
.l-main-section

View File

@ -10,12 +10,18 @@ body {
color: $platinum;
}
a {
color: $blueberry;
}
code {
background: $mist;
border-radius: 2px;
font-family: $mono-font;
color: $metal;
padding: 0px 2px;
}
.text-center {
text-align: center;
}

View File

@ -29,7 +29,7 @@
overflow: hidden;
position: relative;
padding: 0px;
font-size: 14px;
font-size: 15px;
font-weight: 600;
line-height: 24px;
margin-bottom: $unit * 3;
@ -54,7 +54,7 @@
overflow: auto;
border-radius: 3px;
font-weight: 600;
font-size: 14px;
font-size: 15px;
li {
color: $metal;
@ -70,7 +70,7 @@
code {
background: none;
font-size: 14px;
font-size: 15px;
}
}
}