Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gion/ember-contact
https://github.com/gion/ember-contact
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gion/ember-contact
- Owner: gion
- Created: 2013-06-18T10:52:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-05T14:31:18.000Z (over 11 years ago)
- Last Synced: 2023-03-29T06:07:37.797Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://bogdang.users.projects-directory.com/ember-contacts/
- Size: 145 KB
- Stars: 0
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ember-contact
=============Please reimplement [this angular.js application](http://contactpath.liberlabs.com) using ember.js. Review the templates in `index.html` (you're welcome to change them in any way) and add your implementation to `app.js`.
So that you don't spend more than four hours on this exercise, please note the following:
1. Validation rules may be much simpler
2. Contacts do not need to be stored in localStorage -- we can start with a fresh contact list every page load
3. The loading animation has been removed