Help
This demo uses javascript code (angularjs) to interact with a restful api
To appreciate the features you could try these :
- Create a new todo : simply enter a title in the field and press ok
- Change todo order : drag an item to change its order in the list
- Click on a todo and update its title : if you put an empty title and validate, the item will be deleted
- Click on the check box to mark a todo as done/undone
- Click on the reload button to refresh the list from the restful server
- Open the same webapp in another tab of your browser, and see the live synchronization of items (thx to websockets)
Sources of the project are available on github.
- {{ todo.title }}