The goal of this assignment is increase your familiarity with Angular in general through building a simple application. This lab will focus specifically on using custom directives and their power.
The tutorial provided fulfills most of the lab requirements. While it is possible to copy and paste through it, you'll be better off if you actually type it out and work through it with the tutorial located here:
Once you have finished the tutorial, add a way for users to include their email address.
Grading:
- Grading will be based off the following (subject to change):
Behavior | Points |
---|---|
Contains the basic elements: The Header, 3 input fields (name, email, url), and an add button | 20 |
There is a custom directive | 20 |
A user can be added with just a name | 15 |
A user can be added with just an email | 15 |
A user can be added with all fields | 15 |
Your code is correctly pushed to github | 5 |
Your page looks really good, but still has the style elements added in the tutorial. This is subjective, so wow us | 10 |