Guest User

Untitled

a guest
Nov 23rd, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. for(var i=0; i<array.length; i++ )
  2. service.getfunction(array[i]).then(function(response) {
  3. service.getfunction1(response).then(function(response) {
  4. service.getfunction2(response).then(function(response) {
  5. service.getfunction3(response).then(function(response) {
  6. console.log(response);
  7. });
  8. });
  9. });
  10. });
  11. )
Add Comment
Please, Sign In to add comment