Upgrade to Pro — share decks privately, control downloads, hide ads and more …

AngularJS Fundamentals

codebar
February 10, 2016

AngularJS Fundamentals

slides for talk about how to get started with angularjs and some of its basic features.

codebar

February 10, 2016
Tweet

More Decks by codebar

Other Decks in Programming

Transcript

  1. Agenda • AngularJS Features • Getting Started • Directives ,

    Filters and Data Binding • Views , Controllers and Scope • Modules , Routes and Factories
  2. The Challenge with SPAs DOM Manipulation History Module Loading Routing

    Catching Object Modeling Data Binding Ajax/Promises View Loading
  3. Data Binding MVC Routing Testing jqLite Templates History Factories ngularJs

    is a full-featured SPA framework ViewModel Controllers Views Directives Services Dependency Injection Validation
  4. Views, Controllers and Scope View Scope Controllers $scope is a

    “glue” (ViewModel) Between a controller and a view