, . { buffer: false, escape: true, timeout: 30000 }
, , . , , JS-, undefined , , .
, :
scope.getParentId = function() {
EsignCongaSigningUrlRemoting.getEsignUrlParentIdFromObjectId($scope.objectId, 1, function(response, event) {
if(event.status) {
console.log('parentId in response = ',response);
$scope.parentId = response;
$scope.signingUrl($scope.parentId);
}
else {
$scope.parentId = '';
}
},{ buffer: false, escape: true, timeout: 30000 });
};