Roadmap - swimlane/angular-model-factory GitHub Wiki
Roadmap
- Plunkr Examples
- Lifecycle events
- Better cache invalidation
- Inheritance
- Deseralizers
- Web Socket integration
- Pagination out of the box
- Investigate copy/extend usage for perf
- Fetch relationships if not present in response
- Odd API cases like:
POST api/zoo/{locationId}/{animalId}/
with data that might look like:{ id: 1234, animalName: 'panda', ... }