Skip to content

Commit 3b1a265

Browse files
committed
2 parents ffa7144 + d96c53d commit 3b1a265

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ionicslidebox2/src/providers/image-search.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Injectable } from '@angular/core';
22
import { Http, Headers} from '@angular/http';
33
import 'rxjs/add/operator/map';
4-
import { Observable } from 'rxjs/Observable';
54

65
/*
76
Generated class for the ImageSearch provider.
@@ -16,7 +15,6 @@ export class ImageSearch {
1615
rooturl = "https://api.datamarket.azure.com/Bing/Search/v1/Image?$format=json&Query='";
1716

1817
constructor(public http: Http) {
19-
this.http = http;
2018
}
2119

2220
search(term:string) {

0 commit comments

Comments
 (0)