From 3436c027f217fe0583b23d48c101299b1872d333 Mon Sep 17 00:00:00 2001
From: Igor Minar
Date: Tue, 20 Mar 2012 11:30:21 -0700
Subject: docs(guide/started): fix examples
---
docs/content/misc/started.ngdoc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'docs')
diff --git a/docs/content/misc/started.ngdoc b/docs/content/misc/started.ngdoc
index 933f916f..0559e401 100644
--- a/docs/content/misc/started.ngdoc
+++ b/docs/content/misc/started.ngdoc
@@ -65,15 +65,15 @@ This example demonstrates angular's two-way data binding:
- Your name:
-
- Hello {{yourname}}!
+ Your name:
+
+ Hello {{yourname || 'World'}}!
After the refresh, the page should look something like this:
-
+
These are some of the important points to note from this example:
--
cgit v1.2.3