/angulardart240bug

Demo bug https://github.com/dart-lang/angular/issues/1828

Primary LanguageDartMIT LicenseMIT

Example registration form

An example registration form using the angular_forms library.

Running locally

To run and debug locally using dartdevc:

$ pub upgrade
$ webdev serve

... and then navigate to http://localhost:8080.