This project uses Grunt JS. All you have to do is run NPM install to install dependencies and then run 'grunt server' to spin up a local environment
This is the source code from a AngularJS meet-up I presented at in May of 2014.
The concept was to give a intermediate overview of AngularJS and demonstrate some of it's key qualities. The sample application constructs dynamic HTML forms via JSON.
- two way data binding
- directives, services and controllers
- dependency injection
- expressive HTML templates
- app/js/directives/form-engine
- app/js/controllers.js
- app/js/app.js
- app/js/data.json
The application architecture used here is not an ideal architecture for a production scale application. I have used some shortcuts and choose not to abstract certain code into an overly modular setup for ease of presentation to first time Angular developers.
Any questions, please contact me at [email protected]