このapi password/reset/{token}
をRestangularにアクセスしたいと思います。私はこのコードで試してみますが、この機能は存在しません。入れ子になったREST APIにアクセスする方法
Restangular.one('password').one('reset',user.token).then(function(data) {
console.log(data);
}, function(response) {
console.log(response);
})
と周りの再生を私にエラー:Restangular.one(...)、その後ではありません。 –