Skip to content

Using ember-changeset & ember-changeset-validations - validate each individual address. Once all the addresses have been validated enable the "Save" and "Back" buttons.

Notifications You must be signed in to change notification settings

bstambler/changeset-scope

 
 

Repository files navigation

changeset-scope

Using ember-changeset & ember-changeset-validations - validate each individual address. The Save and Back buttons should only be enabled if all of the addresses are valid.

The application should load in an inValid state because the From Date & To Date are in an invalid state... so the Back & Save buttons should be disabled.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd changeset-scope
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

Using ember-changeset & ember-changeset-validations - validate each individual address. Once all the addresses have been validated enable the "Save" and "Back" buttons.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.5%
  • HTML 35.9%
  • CSS 2.6%