This repository contains the code for the blog post "AngularJS – Simple Example" at http://bardevblog.wordpress.com/2013/08/14/understanding-angularjs-simple-example/.
A web server is need to run the applicaiton. The Theater/server.js file starts an Node.js Express web server. In a command prompt at the Theater direction location, enter "node server.js 8000" This will start the web server on port 8000