in src/main/resources/static/Scripts/todoListSvc.js [20:22]
putItem: function (item) { return $http.put('api/todolist/', item); },