From afce886cd3b0a542fbe4d92fb3e55fc3bbc38360 Mon Sep 17 00:00:00 2001 From: Steven Benjamin Date: Thu, 23 Jan 2014 06:13:35 -0600 Subject: [PATCH] Update step_00.ngdoc The - (hyphen) renders as a special character in many browsers and make the document difficult to read. --- docs/content/tutorial/step_00.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc index 7e2a6a8bb9ea..0fe9b7525b40 100644 --- a/docs/content/tutorial/step_00.ngdoc +++ b/docs/content/tutorial/step_00.ngdoc @@ -124,7 +124,7 @@ being the element on which the `ngApp` directive was defined. Nothing here {{'yet' + '!'}} - This line demonstrates the core feature of Angular's templating capabilities – a binding, denoted + This line demonstrates the core feature of Angular's templating capabilities (a binding), denoted by double-curlies `{{ }}` as well as a simple expression `'yet' + '!'` used in this binding. The binding tells Angular that it should evaluate an expression and insert the result into the