From 24315bba766e1532af349007025ca5987e3a2994 Mon Sep 17 00:00:00 2001 From: Jan Dh Date: Fri, 16 Oct 2015 15:10:05 +0200 Subject: [PATCH] Update toh-pt1.jade removed closing tag --- public/docs/ts/latest/tutorial/toh-pt1.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/ts/latest/tutorial/toh-pt1.jade b/public/docs/ts/latest/tutorial/toh-pt1.jade index 4de4b2a06d..3530215e98 100644 --- a/public/docs/ts/latest/tutorial/toh-pt1.jade +++ b/public/docs/ts/latest/tutorial/toh-pt1.jade @@ -186,7 +186,7 @@ include ../../../../_includes/_util-fns Replace the `` with the following HTML ``` - + ``` Unfortunately, that change broke our application and we're no longer displaying the hero in the browser. Let’s fix that next. @@ -290,7 +290,7 @@ include ../../../../_includes/_util-fns <div><label>id: </label>{{hero.id}}</div> <div> <label>name: </label> - <div><input value="{{hero.name}}" placeholder="name"></input></div> + <div><input value="{{hero.name}}" placeholder="name"></div> </div> `, directives: [FORM_DIRECTIVES]