sp00ky
sp00ky
This lets you use any naming convention for your PKs. ``` $scope.deleteObject = function (object) { var pkField = $attrs.pkField; crudGridDataFactory($attrs.table).delete({ id: object[pkField] }, successCallback, errorCallback); }; $scope.updateObject = function...
In crud-grid-directive.js, I was having a really hard time getting my lookups to work. It seems that c is getting out of scope in the loop in $scope.setLookupData. I kept...
Hopefully this isn't a silly question, but I'm wondering if there are some formal docs or at least a set of examples for doing common ops. Maybe even a guide...
Do I need to install this as an Administrator on Windows? Thanks!
### Things to check - [x] I have searched the **existing issues** for this bug - [x] To rule out a caching problem I made sure the bug also happens...