From 7be04a3ba290014d577146a164732773f97cd91e Mon Sep 17 00:00:00 2001 From: Alex Parloti Date: Wed, 19 Apr 2017 17:57:43 +0200 Subject: [PATCH] Correcting template reference At this point the template already has the class = "submit-button". --- tutorial/ng-chapter-3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/ng-chapter-3.md b/tutorial/ng-chapter-3.md index 5f57c22cf..13192dfc0 100644 --- a/tutorial/ng-chapter-3.md +++ b/tutorial/ng-chapter-3.md @@ -25,7 +25,7 @@ Most user interfaces are driven by events. In NativeScript apps, those events ar Exercise: Add a tap event handler -Open `app/app.component.ts`, find the existing sign in button within your component’s `template` (``), and replace it with the following code: +Open `app/app.component.ts`, find the existing sign in button within your component’s `template` (``), and replace it with the following code: ``` TypeScript