rename file to wiki page name
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 31 Oct 2010 10:21:44 +0000 (11:21 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 31 Oct 2010 10:21:44 +0000 (11:21 +0100)
public/Cookbook/1-HelloWorld.html [new file with mode: 0644]
public/Cookbook/1-hello_world.html [deleted file]

diff --git a/public/Cookbook/1-HelloWorld.html b/public/Cookbook/1-HelloWorld.html
new file mode 100644 (file)
index 0000000..2cbe975
--- /dev/null
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML>
+<html xmlns:ng="http://angularjs.org">
+  <head>
+    <script type="text/javascript"
+         src="/build/angular.js" ng:autobind></script>
+  </head>
+  <body>
+
+Your name: <input type="text" name="name" value="World"/>
+<hr/>
+Hello {{name}}!
+
+  </body>
+</html>
diff --git a/public/Cookbook/1-hello_world.html b/public/Cookbook/1-hello_world.html
deleted file mode 100644 (file)
index 2cbe975..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE HTML>
-<html xmlns:ng="http://angularjs.org">
-  <head>
-    <script type="text/javascript"
-         src="/build/angular.js" ng:autobind></script>
-  </head>
-  <body>
-
-Your name: <input type="text" name="name" value="World"/>
-<hr/>
-Hello {{name}}!
-
-  </body>
-</html>