Links
- angularjs.org
- github | Issues | PRs ( mine, updated )
- Direct downloads: code.angularjs.org | 1.4.0-beta.3
- ng-closure-runner
- youtube | twitter | G+ | Google Groups | Blog | Meetup (MTV) | Chat Room
- Misc: Chrome extension for PRs | AngularUI (github) | angular-seed
- Where To Start Learning?
- thinkster.io: A Better Way to Learn AngularJS
- thinkster.io: Learn to Build Modern Web Apps
- Talks / Videos
- egghead.io: Small introductory videos by topic
- Youtube Channel
- Best Practices: slides | Video
- Dependency Injection (video)
- Behave like Gmail using Routes with Resolve - YouTube
- Introduction to AngularJS (bradleygreen on 2013-Feb-12)
- Re-imagining the browser with AngularJS (Igor on 2012-05-29) – Slides
- Re-imagining the Browser with AngularJS (Misko on 2012-08-21
- Build Apps with AngularJS (developer.chrome.com)
- Contributing to Source Code
- Cookbook
- Developer Guide
- low traffic only – snapshot docs
- AngularJS Batarang: Chrome Extension
- Attributes
- Directives
- ng-app / ngApp
- ngBind
- ngClass
- ngCloak
[ng\\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none; }
- src/ng/directive/ngSwitch.js
- Transclusion: jsFiddle example
- Forms
- Expressions
- Modules
- angular.module
- Module Loading & Dependencies
- Configuration blocks
- Only providers and constants can be injected into configuration blocks.
- Run blocks
- Only instances and constants can be injected into run blocks.
- Configuration blocks
- Scopes
- Exception Handling
- Filters
- HTML Compiler
- DI subsystem
- csp: ngCsp
- API
- angular.bootstrap
- angular.copy
- angular.element
- angular.equals
- angular.module
$scope.compile
- $compile
- $http
- $injector
- $interpolate
- $interpolateProvider
- SO link
// NOTE: [[ & ]] can occur in normal code so be careful of that!. myModule.config(function($interpolateProvider) { $interpolateProvider.startSymbol('[['); $interpolateProvider.endSymbol(']]'); });
- SO link
- $interpolateProvider
- $route
- Behave like Gmail using Routes with Resolve (video)
- Using $location
- $locationProvider
- $routeProvider
- $routeProvider.when
- Allows you to define list of promises that needs to be resolved before changing the route.
- $routeProvider.when
- $routeParams
- $ngView
- AngularJS and SEO – getting your application indexed