Skip to content

Latest commit

 

History

History
119 lines (88 loc) · 3.72 KB

angular-1-x.md

File metadata and controls

119 lines (88 loc) · 3.72 KB
title layout class
Angular 1.x
page
angular-1

Modules

Controllers

$scope methods

  • Using $watch and $watchCollection (todo)
  • Using $evalAsync (todo)
  • Using $applyAsync and $$asyncQueue (todo)
  • $apply versus $digest (todo)

Directives and components

Services

  • Creating a Service (todo)
  • factory() versus service() (todo)

Filters

XHR/APIs

  • $http (todo)
  • $resource (todo)

Routing

Expressions

  • All about Angular expressions (todo)

Events

Forms

Performance

Testing

  • Testing Controllers with Karma/Jasmine (todo)
  • Testing Directives with Karma/Jasmine (todo)
  • Using Protractor for end-to-end tests (todo)

Misc