docs(displaying-data): Reworked the intro para styles.

This commit is contained in:
Naomi Black 2015-04-19 14:35:53 -07:00
parent 2f15f05325
commit ff146ceaa2
1 changed files with 17 additions and 15 deletions

View File

@ -1,13 +1,7 @@
p.
Mission: You should be able to display data from both properties and lists from a components controller to the
view.
.l-main-section
h2#section-examples Examples:
ul
li
a(href='http://plnkr.co/edit/pQojSb3CTfTEejX0wGjO?p=preview') TypeScript
li
a(href='http://plnkr.co/edit/GOJiWOEem9jrOyEeY3uW?p=preview') ES5
p.
<strong>Mission:</strong> By the end of this chapter, you should be able to display data from both properties and
lists from a components controller to the view.
p.
Displaying data is job number one for any good application. In Angular, you bind data to elements in HTML
templates and Angular automatically updates the UI as data changes.
@ -19,6 +13,14 @@ p.
div(align='center')
img(src='displaying-data-example1.png')
.l-sub-section
h3#section-examples Examples:
ul
li
a(href='http://plnkr.co/edit/pQojSb3CTfTEejX0wGjO?p=preview') TypeScript
li
a(href='http://plnkr.co/edit/GOJiWOEem9jrOyEeY3uW?p=preview') ES5
.l-main-section
h2#section-create-an-entry-point Create an entry point