AngularJS 1.x Team Lead
Add Angular and basic bindings to the page:
Show and hide parts of the page dynamically
ng-show / ng-hide
Show and hide parts of the page dynamically
Move the deliveryForm behaviour into a Controller
Move the deliveryForm behaviour into a Controller
Add a list of restaurants to choose from
Add a list of restaurants to choose from
Implement sorting of the restaurant list
Implement sorting of the restaurant list
Implement sorting of the restaurant list
Create custom filter to display price and rating
Create custom filter to display price and rating
Add validation to delivery form
Add validation to delivery form
Persist the delivery info in the local storage
Persist the delivery info in the local storage
Load the restaurant data from a server
Hosting App and Data Locally
Filter the restaurants by price and rating
Filter the restaurants by price and rating
Add a cool rating directive for use in filtering
Add a cool rating directive for use in filtering
Display the number of filtered restaurants
Add transition animations to the delivery form
Display details and menu for individual restaurants