AngularJS

Tien Vo

  • Drupal developer
  • GoCatalyze team
  • GO1

Duy Nguyen

  • Drupal developer
  • Aduro team
  • GO1

About us

Outline

  • Overview
    • What is AngularJS
    • Features
  • Basic
    • Model-View-Whatever
    • Data binding
    • Controller
  • Services
    • Dependency Injection
    • Services
    • Filters

Outline

  • Templates
    • Templates
    • Directives
    • Scope
  • Routing
    • Routing
    • Deep linking

Overview

What is AngularJS?

What is AngularJS?

  • Open-source web application framework
  • Developed 2009
  • Now maintained by Google
  • Latest version 1.3.14

What is ng-* ?

Overview

Features

Features

Advantages

  • Single page application
  • Separate code
  • Re-use components
  • Unit testable

Disadvantages

  • Server side authentication and authorization is must
  • Depend on javascript
    • What if browser does not enable javascript?

References

AngularJS Overview

By Tiến Võ Xuân

AngularJS Overview

  • 1,001