PUT Requests in AngularJS — a practical guide to AngularJS PUT $http with clear examples you can reuse in real projects.
AngularJS Tutorial Series (65/99). Prefer one article? Read the complete AngularJS tutorial.
Short description
Include the resource id in the URL.
PUT
$http.put('/api/items/' + id, vm.item);