AngularJS | Single Page Todo App

Create single page Todo app using AngularJS. It's very easy to create this app. We can update DOM elements without refreshing the page using AngularJS. This is one of the great AngularJS feature.

Find the below Todo App example. You can add items to the list, toggle their completion status, and delete items from the list. Here's what the app looks like in action.

Todo App

shanidkv's picture