Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 405 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 405 Bytes

Data-bound form widgets

Demonstration of creating a form containing a set of widgets, each bound to some property of a model.

Installation

npm install -g bower

From the root directory:

bower install

Serve the root folder in whatever way you want, but the following makes it quite easy:

npm install -g http-server
http-server

To do

  • Ability to delete items from a repeater