AngularControllerShapes
AngularControllerShapes
This is an in-class assignment.
Slides:
Elvenware:
Create Two Angular Projects:
- Week03-OneModules: Create one module, a controller and two factories
- Week03-ThreeModules: Create three modules, one with a controller that depends on the other two modules, each of which have factories
Factories
The factories should be:
- Shape Factory
- Line Factory
Each factory should return a JavaScript object with one property of type text called description.
Turn it in
Check in your code with Git and submit the assignment. Include the URL of your repository and the names of the folders where your code resides.