$http.post('/api/item', item) // make request to API .then(function (response) { // canim promise from $http // this code will be executed only after a ...
確定! 回上一頁