We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffa7144 + d96c53d commit 3b1a265Copy full SHA for 3b1a265
ionicslidebox2/src/providers/image-search.ts
@@ -1,7 +1,6 @@
1
import { Injectable } from '@angular/core';
2
import { Http, Headers} from '@angular/http';
3
import 'rxjs/add/operator/map';
4
-import { Observable } from 'rxjs/Observable';
5
6
/*
7
Generated class for the ImageSearch provider.
@@ -16,7 +15,6 @@ export class ImageSearch {
16
15
rooturl = "https://api.datamarket.azure.com/Bing/Search/v1/Image?$format=json&Query='";
17
18
constructor(public http: Http) {
19
- this.http = http;
20
}
21
22
search(term:string) {
0 commit comments