Hello This is AngularJS Assignment Page

This repository contains solution to Single Page Web Applications with AngularJS 1 course by Yaakov Chaikin from the John Hopkins University on Coursera.

The first model uses AngularJS ng-controller to show the binding of the view and its associated ng-model component

Module 1 Assignment

The second model uses AngularJS features to loop through the list of the items and store the bought items into another list.

Module 2 Assignment

The third model uses AngularJS REST service and JSON menu data and a set of other Angular codes to pass the aync call response back.

Module 3 Assignment

The fourth model introduced routes.js to render the views of menu

Module 4 Assignment