From e9c270cea9172e05d59a640bfa841911540e7878 Mon Sep 17 00:00:00 2001 From: Jacob Reid Date: Tue, 24 May 2016 15:32:05 -0600 Subject: [PATCH] docs(tutorial/3 - Components): describe your change... --- docs/content/tutorial/step_03.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/tutorial/step_03.ngdoc b/docs/content/tutorial/step_03.ngdoc index 7d9e3665a466..1d255d51bb35 100644 --- a/docs/content/tutorial/step_03.ngdoc +++ b/docs/content/tutorial/step_03.ngdoc @@ -15,8 +15,8 @@ HTML page into a dynamic view. This is a very common pattern in Single-Page Appl state, usually as a result of user interaction (we'll see an example shortly in {@link step_05 step 5}). -The **template** (the part of the view containing the bindings and presentation logic) acts as a -a blueprint for how our data should be organized and presented to the user. +The **template** (the part of the view containing the bindings and presentation logic) acts as a +blueprint for how our data should be organized and presented to the user. The **controller** provides the context in which the bindings are evaluated and applies behavior and logic to our template.