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"}}!