TheIronYard--Orlando / FEE--2014--FALL

The Handbook for the Front End Engineering class of the Fall 2014 cohort at The Iron Yard, Orlando Campus
Creative Commons Zero v1.0 Universal
14 stars 13 forks source link

32--All-About-AngularJS jManock #404

Open jmanock opened 9 years ago

jmanock commented 9 years ago

Review

Today we looked at more Angular JS built-in Directives -- ng-form, ng-submit -- the factory() method, and how Angular handles Dependency Injection. I showed you some uses for the $http Service, and we added some more functionality to our TodoMVC implementation in Angular JS.

Shaping Up with Angular JS

Now that you've at least seen all the levels and correct answers, work through Levels 1 through 3 on your own tonight. Don't worry if you get stuck, just buy the answer, type it in, and move on. You'll practice some more tomorrow night. Try to spend no more than an hour on this part of the assignment (timebox FTW!) so you have time for the rest.

Angular JS Documentation -- Your Way

Complete your documentation from last night; add the following pieces:

Knowing what you do now of Angular JS, Modules, Controllers, Expressions, and the $http service, rip all that jQuery junk out of your Github Profile! Get the profile column on the left working with Angular JS Expressions and a simple $http call to pull the JSON data from your local file.

Hello, Restangular!

Read through the documentation for Restangular, add it to your Github Profile project and wire it up using the Quick Configuration (For Lazy Readers). Try replacing your $http calls with Restangular.

:musical_note: We Jammin'... Jammin'... :musical_note:

Use the TodoMVC project to experiment with the features of Angular JS, refer to the Angular JS example when you get stuck. And you will get stuck. This is a learning exercise, not a graded exercise. Tomorrow we do something completely different.

Footnotes
  1. Too bad you don't have a handy form lying around with all those field types on it...