Created
September 4, 2012 08:45
-
-
Save basav/3618655 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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