Skip to content

Commit

Permalink
images.service.ts error resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
dido18 committed Jan 19, 2017
1 parent 1ae6dd1 commit 5404a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discovery/webapp/public/app/services/image.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {Observable} from "rxjs/Rx";
export class ImageService {
private imagesUrl :string; //= 'http://127.0.0.1:8000/api/images'; //'app/images.json'
private searchUrl = '/search?';// 'http://127.0.0.1:8000/search?';
private searchQueryString:string ""; // the query string used ti restore the same view inthe dashboard view
private searchQueryString:string = ""; // the query string used ti restore the same view inthe dashboard view
private headers: Headers;


Expand Down

0 comments on commit 5404a17

Please sign in to comment.