Statement clean up.
This commit is contained in:
parent
5b53263650
commit
ebbdc5dd9a
|
@ -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": {
|
||||
|
|
|
@ -90,4 +90,4 @@
|
|||
|
||||
p.
|
||||
Notice that in addition to using the <code><child></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.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.statement {
|
||||
background: $mist;
|
||||
padding: 20px 20px 10px 20px;
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 40px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue