All Projects → davemo → Intro To Angularjs

davemo / Intro To Angularjs

An Introduction to Angular.JS

Labels

intro-to-angularjs

Screencast published May 3, 2013

Walk through building a sample application with AngularJS to learn some of the basics along with some commentary that contrasts it with jQuery / Backbone.JS; this was produced for a talk I gave at Prairie DevCon in Winnipeg, MB, May 6-7, 2013. Some things you can expect to learn the basics on:

  • angular.module
  • angular.controller
  • angular.directive
  • angular.$routeProvider
  • angular.factory
  • ng-app, ng-model, ng-submit, ng-click
  • $scope, inheritance, and its relationship with the DOM
  • contrasting some of angular w/ jQuery/Backbone

Getting Started

  • Install NodeJS: https://nodejs.org/
  • Google Chrome, Firefox, or IE
  • git clone https://github.com/davemo/intro-to-angularjs.git
  • npm install
  • npm start

Then visit http://localhost:3000

Changelog

  • May 20, 2015: upgrade: angular and angular-route to 1.4.0-rc.2, add exercises for workshop
  • April 11, 2014: upgrade: angular to 1.2.16, add: angular-route
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].