CRUD ng-grid sample with Angularjs

angularjs, ng-grid

Solution

Here is the best link that i followed before of simple CURD with ng-grid:

http://blog.jongallant.com/2013/05/angularjs-webapi-ef.html#.UgHtIZzxASl

The gitHub Link : https://github.com/jonbgallant/AngularJS-WebApi-EF/

Problem

I am trying to do CRUD in a project that uses ng-grid. I need a sample to help me accomplish it. Does anyone have any ideas?

Original source