发送Restangular POST后如何获取响应对象?
firstAccount.post("Buildings", myBuilding).then(function() {
console.log("Object saved OK");
}, function() {
console.log("There was an error saving");
});
Run Code Online (Sandbox Code Playgroud)
我正在尝试获取新的对象ID.
谢谢.