majabogeski / Angular-todo

g14-sf Angular week 1 assessment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular To-do App

Instructions

Fill in the missing areas of the code to make it work properly

Your app should be able to..

  • Add a to-do item to a list
  • Display the item instantaneously
  • Clear all items from the list
  • Validate the form using Angular
  • Use ngCloak to hide the angular mustaches {{}} on page load
  • Allow duplicates in your list

BONUS

  • Make an 'Add item' button that toggles your form's visibility
  • Hide the form after each item submission

About

g14-sf Angular week 1 assessment


Languages

Language:HTML 76.8%Language:JavaScript 23.2%