docs(devguide): more edits
This commit is contained in:
parent
c8408a1f7f
commit
054d3655cb
|
@ -162,7 +162,9 @@
|
|||
'<li *for="#name of names">' +
|
||||
'{{ name }}' +
|
||||
'</li>' +
|
||||
'</ul>', pre.prettyprint.lang-typescript
|
||||
'</ul>',
|
||||
|
||||
pre.prettyprint.lang-typescript
|
||||
code.
|
||||
//Typescript
|
||||
template: `
|
||||
|
|
|
@ -172,7 +172,7 @@
|
|||
{{ todo }}
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<input #todotext (keyup)="doneTyping($event)">
|
||||
<button (click)="addTodo(todotext.domElement.value)">Add Todo</button>
|
||||
`,
|
||||
|
|
Loading…
Reference in New Issue