postItem: function()

in src/main/resources/static/Scripts/todoListSvc.js [17:19]


            postItem: function (item) {
                return $http.post('api/todolist/', item);
            },