Skip to content

Instantly share code, notes, and snippets.

View stirlingw's full-sized avatar

Stirling Waite stirlingw

  • Rakuten Marketing
  • Salt Lake City, Utah
View GitHub Profile
@stirlingw
stirlingw / Simple-Form-With-Validation.markdown
Last active August 29, 2015 14:03 — forked from anonymous/Simple-Form-With-Validation.markdown
A single web page application using AngularJS.

Simple Form With Validation

A single web page application using AngularJS. It contains a form within a modal window that has validation. It also lists the people added via the form.

Given more time I would add a directive to search people/dates on the list, orderby, and pagination. It would also have a RemoteService Factory that fetches remote data sources and returns a promise.

See this code in action at CodePen.io