This is a test project to highlight issues saving DS.Model
s while using the ember-changeset and ember-changeset-validations addons that support nested properties.
See original issue here.
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
git clone <repository-url>
this repositorycd ember-changeset-test
npm install
ember serve
- Visit your app at http://localhost:4200.