Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.01 KB

File metadata and controls

25 lines (18 loc) · 1.01 KB

HTML5 Live Code Presentation

Installation

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

Overview

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

Notable directories & files

  • app/js/directives/form-engine
  • app/js/controllers.js
  • app/js/app.js
  • app/js/data.json

Note

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 austin.cornelio@gmail.com