Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 228595

How can i use promise

$
0
0

Yeah, this link helped a bit, i got it working now.

return new Promise(function(resolve, reject) {
  resolve('some sucess stuff');
  reject('some fail stuff');
}

Thanks for the help


Viewing all articles
Browse latest Browse all 228595

Trending Articles