Advertisement
nlozovan

Untitled

Oct 9th, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. ajax.php :
  2. $response['src'] = wp_get_attachment_thumb_url($id);
  3.  
  4. adaoga:
  5. $response['full_src'] = wp_get_attachment_thumb_url($id);
  6.  
  7.  
  8. header-controller.coffe:
  9.  
  10. .success (response) -> if(response.success) then $scope.settings.header.logo.url = response.full_src
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement