You want to do something when your http call is done. You can do it at the .success and .then, but if you have nested call after your http call success and you want to do same action when the nested call finish also then the good approach should be passing in the callback function as param
comments powered by Disqus