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());