Docs clean up.

This commit is contained in:
David East 2015-04-22 05:42:47 -07:00
parent 5f08eecc58
commit 1e10270f98
3 changed files with 14 additions and 11 deletions

View File

@ -5,6 +5,8 @@
.l-main-section .l-main-section
h2#section-displaying-controller-properties Displaying controller properties
p. p.
Let's walk through how we'd display a property, a list of properties, and then conditionally show content Let's walk through how we'd display a property, a list of properties, and then conditionally show content
based on state. based on state.

View File

@ -1,10 +1,10 @@
.l-main-section .statement
h4 Live Examples
.callout.is-helpful
header Live Examples
p. p.
If you want to skip to 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>. If you want to skip to 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-install-or-plunker Install Angular or Use Plunker h2#section-install-or-plunker Install Angular or Use Plunker
p There are four steps to create any Angular app: p There are four steps to create any Angular app:
ol ol

View File

@ -1,10 +1,11 @@
.l-main-section .statement
h4 Live Examples
.callout.is-helpful
header Live Examples
p. p.
If you want to skip to the working examples you can check out these links on Plunker. <a href='http://plnkr.co/edit/htvpvg2RxemT2W0mYu0y?p=preview')> TypeScript Example</a> or <a href='http://plnkr.co/edit/sjRKtQd10ARLM2GTsQKi?p=preview> ES5 Example</a>. If you want to skip to the working examples you can check out these links on Plunker. <a href='http://plnkr.co/edit/htvpvg2RxemT2W0mYu0y?p=preview')> TypeScript Example</a> or <a href='http://plnkr.co/edit/sjRKtQd10ARLM2GTsQKi?p=preview> ES5 Example</a>.
.l-main-section
h2#section-responding-to-user-input Responding to user input
p. p.
You can make your application respond to user input by associating events with functions in your controller You can make your application respond to user input by associating events with functions in your controller
using the event syntax using <code>(event)</code> to surround the name of an event. using the event syntax using <code>(event)</code> to surround the name of an event.