From 3621896e9d7dfdba14ae0e554037868d7cbca3c8 Mon Sep 17 00:00:00 2001 From: NimaVaziri Date: Thu, 20 Jun 2013 10:25:11 -0300 Subject: docs(cookbook/helloworld): display "World" if no name is entered --- docs/content/cookbook/helloworld.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/content') diff --git a/docs/content/cookbook/helloworld.ngdoc b/docs/content/cookbook/helloworld.ngdoc index 05748231..8b693a63 100644 --- a/docs/content/cookbook/helloworld.ngdoc +++ b/docs/content/cookbook/helloworld.ngdoc @@ -10,9 +10,9 @@ }
- Your name: + Your name:
- Hello {{name}}! + Hello {{name || "World"}}!
-- cgit v1.2.3