Ricardo Amaral
Posts: 0
Joined: Thu Mar 17, 2016 7:33 pm

how to call a sequence of multiple functions on a Ionic App

What is the right way to call a sequence of functions in an Ionic App?

For example, Function A process and call B that process and than call C.

I have tried the following example and others but didn ́t work.

$scope.callMyApi().then($scope.showResultInPopUp());

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

how to call a sequence of multiple functions on a Ionic App

Hello Ricardo,

Please use promises for that. Please look at the same topic: https://getsatisfaction.com/apperyio/...

Return to “Issues”