Statement clean up.

This commit is contained in:
David East 2015-04-22 05:55:25 -07:00
parent 5b53263650
commit ebbdc5dd9a
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
"user-input": {
"title": "User Input",
"intro": "DOM events drive user input in Angular. You can use the native events you're used to like click, mouseover, and keyup. Angular uses a special syntax to register events to DOM elements."
"intro": "DOM events drive user input in Angular. You can use the native events like click, mouseover, and keyup. Angular uses a special syntax to register events to DOM elements. This section covers all of the ins and outs of using the event syntax."
},
"making-components": {

View File

@ -90,4 +90,4 @@
p.
Notice that in addition to using the <code>&lt;child&gt;</code> element in the parent template, you also need to
add <code>ChildComponent</code> in <code>ParentComponent</code>'s list of directives
add <code>ChildComponent</code> in <code>ParentComponent</code>'s list of directives.

View File

@ -1,6 +1,6 @@
.statement {
background: $mist;
padding: 20px 20px 10px 20px;
margin-bottom: 20px;
margin-bottom: 40px;
border-radius: 6px;
}