I am looking for a simple CRUD template system for AngularJS that dynamically creates UIs to manage entities via REST. Is there something out there that does this already or a template that is easy to adjust?
Ideally a framework / template where all I have to do is specify a REST resource layout, and a data model definition in JSON that describes entities and relations.
Any recommendations? I don't want to build this again in another language =)