From b77555f57df338225f38a139a87cf58580464734 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 31 Oct 2010 11:20:16 +0100 Subject: [PATCH] http://angularjs.org/Cookbook:HelloWorld --- public/cookbook/1-hello_world.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 public/cookbook/1-hello_world.html diff --git a/public/cookbook/1-hello_world.html b/public/cookbook/1-hello_world.html new file mode 100644 index 0000000..2cbe975 --- /dev/null +++ b/public/cookbook/1-hello_world.html @@ -0,0 +1,14 @@ + + + + + + + +Your name: +
+Hello {{name}}! + + + -- 2.20.1