Skip to content

Instantly share code, notes, and snippets.

@basav
Created September 4, 2012 08:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save basav/3618655 to your computer and use it in GitHub Desktop.
Save basav/3618655 to your computer and use it in GitHub Desktop.
diff --git a/README.md b/README.md
index cb0c8ef..5f556db 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,16 @@
-momo
-====
-Angular JS Example App - Phonecat - bundled inside Play Framework 2.0 - Java version.
\ No newline at end of file
+The Angular JS Example App - Phonecat - bundled inside Play Framework 2.0 - Java version.
+Angular JS Example can be found here http://docs.angularjs.org/tutorial
+
+The json responses are now served by Play Controller at the server side.
+In the Angular JS example app, the json responses were served at the client side..
+
+1. git clone
+2. play run
+3. Open browser to http://localhost:9000
+
+
+Additonal details on my blog - http://basav.github.com
+
+
+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment