Todo List in AngularJS
Steps
- Create index.html
- Create app.js
- Create container to hold todo app
- add the texbox to recieve items
- add the add button to push the values in the list
- add the placeholder to display list
- add the functionality of add button
- show the added item in the list
Additional features
- Reset the list
- delete any item in the list
- add item on pressing the enter
- checkbox to mark it complete
- validate not to add empty item