docs(devguide): more edits

This commit is contained in:
Naomi Black 2015-04-19 16:32:52 -07:00
parent c8408a1f7f
commit 054d3655cb
2 changed files with 4 additions and 2 deletions

View File

@ -162,7 +162,9 @@
'<li *for="#name of names">' +
'{{ name }}' +
'</li>' +
'</ul>', pre.prettyprint.lang-typescript
'</ul>',
pre.prettyprint.lang-typescript
code.
//Typescript
template: `

View File

@ -172,7 +172,7 @@
{{ todo }}
</li>
</ul>
<input #todotext (keyup)="doneTyping($event)">
<button (click)="addTodo(todotext.domElement.value)">Add Todo</button>
`,