Data store for Angular.js.
Current version: 0.9.0
Angular-data is in a pre-1.0.0 development stage; the API is fluctuating, not a lot of tests yet, etc.
Not for production use (yet). If you still want to develop with Angular-data, be prepared to keep a close eye on the changelog, as the API is very liable to change (a lot).
Pending:
- A Solid Roadmap
- Relations/Associations
- Various Adapters
- Schema Definition/Validation
- Nested Resources
- Website / documentation
- 100% tested (whatever that means)
- See issues for what's in development
- See Design Doc for other juicy reading material
Mailing List - Ask your questions!
Issues - Found a bug? Feature request? Submit an issue!
GitHub - View the source code for angular-data.
Design Doc - Design document for Angular-data.
- Fork the repo
$ git clone {{yourForkUrl}}
$ npm install && bower install && npm test
- Make your changes complete with any applicable tests
$ npm test
(make sure they pass ;-D)$ git commit -am 'A useful commit message'
$ git push
- Create PR :-D Thanks!
Branch | Master |
---|---|
Bower | |
NPM | |
Build Status | |
Code Climate | |
Dependency Status | |
Coverage |
Copyright (C) 2014 Jason Dobry
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.