SHARE
TWEET

Untitled

a guest Jan 4th, 2016 57 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     return new Promise(resolve => this.http.get('http://localhost:8000/myobel/api/v1/scan-network/74c43234-2abe-4b65-a791-aa2ae5fc3852/')
  2.         .map(res => res.json())
  3.         .subscribe(
  4.           data => resolve(data),
  5.           err => this.logError(err),
  6.           () => console.log('Get scan complete')
  7.         )
  8.     );
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top