AngularJS Online Editor
Online Editor:
You can also use the following online editors for learning purpose.
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(){...................});
$http.get('/someUrl', config). then(function(response){.........}, function(){...............});
$http.post('/someUrl', data, config). then(function(){..............}, function(){...................});
Comments
Post a Comment