0
pointlevel created
Hello!
How can i make an ajax-call in AspnetZero to synchronously, se example below:
_testService
.getTestStatus({
data: { Filter: 'KH' },
async: false // --------------- Doesnt work!
})
.done(function (response) {}