/angularjs-design-patterns

Presentation and Examples for a meetup talk

Primary LanguageJavaScript

AngularJS Design Patterns

This repo contains:

  • Presentation available here
  • Example Applications including
    • a stronger Model: model
    • a demonstration of Mediator pattern: mediatorDemo
    • a demonstration of Command pattern: commandDemo

Running example applications

Grab the serve node module to host a web server

npm install -g serve
cd model
serve

Goto http://localhost:3000/

Plunkr Links