https://github.com/davemo/intro-to-angularjs
An Introduction to Angular.JS
https://github.com/davemo/intro-to-angularjs
Last synced: about 1 year ago
JSON representation
An Introduction to Angular.JS
- Host: GitHub
- URL: https://github.com/davemo/intro-to-angularjs
- Owner: davemo
- Created: 2013-05-01T04:35:53.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2021-11-20T01:15:53.000Z (over 4 years ago)
- Last Synced: 2025-04-04T12:07:56.596Z (about 1 year ago)
- Language: HTML
- Size: 783 KB
- Stars: 82
- Watchers: 12
- Forks: 58
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
intro-to-angularjs
==================
[Screencast published May 3, 2013](http://www.youtube.com/watch?v=8ILQOFAgaXE)
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](http://prairiedevcon.com/) 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