There is an alpha for Ember Js and also Persistence. Is there something similar for AngularJs (or it is in plan)? Maybe there is something that is framework independent?
What I need is actual library which enables these:
- To define my object model
 - To define relations between models (hasMeny, foreignKey)
 - To enable REST calls and caching of models on client
 
UPDATE
I found these (credits go to Miroslav)