Advertisement
Guest User

Untitled

a guest
May 24th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. $http.put(apiBase + 'delete?id='+orderId);
  2.  
  3. $http.put(apiBase + 'delete', {
  4. params: {
  5. id: orderId
  6. }
  7. }
  8. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement