Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 2.18 KB

LINKS.md

File metadata and controls

56 lines (37 loc) · 2.18 KB

External Links

Literally every section in the guide would be worth containing an external link for as we only brush the surface of every topic we use; everything from scopes to routing, ng-repeat, directives and services, are all big topics which deserve their own guides.

Required Content

  • Section 10, Promises and $http

We refer to the usual JavaScript Promises API and talk about the similarities of the $http service in angular but never talk about how promises actually work. Would be nice to find something talking about the $q service in detail.

  • Section 13, the Complete Inbox Directive

Here we need something to go into detail about lots of other directives such as ng-show,hide,model,bind,click,etc...

The next section (14) does talk about ng-repeat a little bit as well as touching on ng-model, but neither in great detail.

Links Included in Guide

This list contains a all of the links we have already included in the article

Extra Content We Don't Cover

This list contains a bunch of common angular topics we haven't covered at all! (There are loads of other topics too which are not so common)

  • Talk through of the code in factories
  • Custom filters
  • events
  • resolve blocks
  • watch statements
  • Animation
  • Transclusion
  • communication between directives
  • the run function
  • $window, $timeout, etc...
  • services and providers
  • ngSanitize
  • Unit testing
  • E2E testing
  • minification of angular projects

Third Party Articles

List of the third party articles either in the content or being considered for it.

Scope - http://jonathancreamer.com/adding-clarity-to-scope-inheritance-in-angular/ Debugging - http://ionicframework.com/blog/angularjs-console/

Extras: Style Guides - https://github.com/mgechev/angularjs-style-guide and https://github.com/johnpapa/angularjs-styleguide