angular-cmf / resource

It provides a library for handling cmf resources.
Other
6 stars 0 forks source link

remove resources #19

Closed ElectricMaxxx closed 9 years ago

ElectricMaxxx commented 9 years ago

This PR implements the remove of a resource. In generall you have to call UnitOfWork::remove(resource) to unregister and UnitOfWork::flush() to call the API.

solves ISSUE: #7 and #10