Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 594 Bytes

README.md

File metadata and controls

23 lines (22 loc) · 594 Bytes

Angular Demo for UI/UX

  • Fork/Clone repo
  • npm install
  • npm install -g grunt-cli
  • grunt build:dev
  • node server.js should see a blank page and we're off to the races.

Concepts to Cover

  • Browerify module patterns
  • The build process
  • angular's take on mv*
  • angular module pattern (setting up an app)
  • ng directives
  • setting up a basic app
  • angular controllers
  • 2-way data binding
  • getting data in the controller
  • setting up a router
  • setting up views
  • custom directives (if there's time)