This is the contacts manager built in the three part Nettuts+ tutorial series "Diving into CanJS".
- Create a Control and View (client-side template) to display contacts
- Represent data using Models
- Simulate ajax responses using the fixtures plugin
Tutorial | Source | Download | Demo
- Create a Control and View to display categories
- Listen to events using a Control
- Use routing to filter contacts
Tutorial | Source | Download | Demo
- Edit and delete contacts using the Contact Control
- Create a Control and View to create contacts
- Listen to DOM and Model events using Control's templated event handlers