Converting Controllers: Template

Converting Controllers: Template

Preview unavailable

You must log in or sign up to view this lesson.

LoginSign up

Upgrading AngularJS Part 1: Getting AngularJS to Best Practices

Buy nowLearn more

Watch this First

  • Course Overview

Module 1: Intro and Overview

  • Welcome to the first step on your upgrading journey!
  • A Quick Note On Definitions
  • Reframing Your Upgrade
  • Your Upgrade Roadmap
  • Angular Documentation
  • Quiz: Module 1

Module 2: Your Files

  • Style Guide
  • One Object: App Service
  • One Object: Controller
  • Organize By Feature: Customers
  • Organize By Feature: Products
  • Organize By Feature: Shared
  • Organize by Feature: Directives
  • Finish Moving Files
  • Quiz: Module 2

Module 3: Package Management with Node

  • Overview: Moving to npm
  • Installing npm and node
  • Setting Up package json
  • Adding dependencies
  • Updating Index
  • Moving from Bower
  • Final Touches
  • Quiz: Module 3

Module 4: Updating AngularJS

  • Update Docs
  • Updating to 1.4
  • Merging down
  • Assignment: Update to 1.5
  • Updating 1.6
  • Merging 1.6
  • Quiz: Module 4

Module 5: Your Architecture

  • Component Architecture
  • Converting Controllers: ControllerAs
  • Converting Controllers: Component
  • Converting Controllers $onInit
  • Converting Controllers: Template
  • Converting Controllers: Route
  • UI Router
  • Quiz: Module 5

Module 6: More on Components

  • Extracting Out a Component
  • Assignment: Customer Detail1
  • Resolving Data in Routes
  • Convert Navigation Directive
  • Converting ngInclude
  • Passing Data Between Components
  • Refresh App And Review
  • Assignment: Finish Components
  • Quiz: Module 6