System Documentation - diazsandra/todo-list-app GitHub Wiki
Documentation
To see all theTodo
Sets up a brand new Todo list.
addOne
This function adds one to its input.
Controller
Takes a model and view and acts as the controller between them.
Model
Creates a new Model instance and hooks up the storage.
Store
Creates a new client side storage object and will create an empty collection if no collection already exists.
Template
Sets up defaults for all the Template methods such as a default template.
View
View that abstracts away the browser's DOM completely. It has two simple entry points:
- bind(eventName, handler) Takes a todo application event and registers the handler
- render(command, parameterObject) Renders the given command with the options