私は次の機能を持っています:
$scope.save = function() {
var promise = Kinvey.DataStore.get('books','5631713ddc168ca90f0202b6');
console.log(promise);
console.log は次のとおりです。
d {$$state: Object}
$$state: Object
pending: undefined
processScheduled: false
status: 1
value: Object
_acl: Object
_id: "5631713ddc168ca90f0202b6"
_kmd: Object
password: "teste"
teste: "teste"
username: "testeasdf"
__proto__: Object
「パスワード」、「teste」、「ユーザー名」の値を取得するにはどうすればよいですか?