AngularJS Online Editor
Online Editor: You can also use the following online editors for learning purpose. plnkr.co jsbin.com http://cybarlab.com/crud-operations-in-angularjs-and-web-api $http.get('/someUrl', config). then(function(response){.........}, function(){...............}); $http.post('/someUrl', data, config). then(function(){..............}, function(){...................});