| 1 | angular.module('directives.crud.edit', []) |
| 2 | |
| 3 | // Apply this directive to an element at or below a form that will manage CRUD operations on a resource. |
| 4 | // - The resource must expose the following instance methods: $saveOrUpdate(), $id() and $remove() |
nothing calls this directly
no test coverage detected