Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.01 KB

index.html.md

File metadata and controls

35 lines (25 loc) · 1.01 KB
title
Examples

Todos

As required by law, our JavaScript framework includes a Todos demo.

Visit Todos | Source

Simple Bindings

This demo contains an example a simple view bound to a controller.

Visit Simple Bindings

Contacts

A more sophisticated demo application. Add new contacts, change their names, and watch as they are updated and sorted in real time. Click on a contact and double-click a field to edit.

If you check out this code from GitHub, it includes a node.js server that illustrates how to load data into a controller.

Visit Contacts