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: