Skip to content

A progressive application layer steps that feature certain core features of AngularJS.

Notifications You must be signed in to change notification settings

erik-schafer/hooked-on-angularjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tech Crunch Munch

Hooked on AngularJS

Topics Covered:

  1. Step 1 - Getting Started with a Blank Template
  2. Step 2 - Create a Controller with a List
  3. Step 3 - Utilize an External Data source
  4. Step 4 - Filtering & Sorting a List
  5. Step 5 - Routing Multiple Views
  6. Step 6 - View Animations
  7. Step 7 - Add Event Handlers
  8. Step 8 - Create a Directive
  9. Step 9 - Create a Service Factory Function
  10. Step 10 - Understanding Strict Contextual Escaping

Create an empty local website

You can create and IIS/Apache/Node...etc application root, or just reuse one that you already have. The code needs to be run within a context of an application so the JavaScript permissions behave.

Clone this entire repo, and copy the files to the root of that application.

Open the root of the application in a code editor such as Sublime Text or Visual Studio.

About

A progressive application layer steps that feature certain core features of AngularJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 42.0%
  • CSS 34.5%
  • JavaScript 23.5%