MCPcopy Create free account
hub / github.com/angular-app/angular-app / edit.js

File edit.js

client/src/common/directives/crud/edit.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1angular.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()

Callers

nothing calls this directly

Calls 2

checkResourceMethodFunction · 0.85
makeFnFunction · 0.85

Tested by

no test coverage detected