Project

General

Profile

« Previous | Next » 

Revision 44976

add new css template | add nav, bottom, aside bar for main app | add loading message in search pages

View differences:

searchDataproviders.component.ts
216 216
    if(!refine && !this.searchPage){
217 217
        this.searchPage = new SearchPageComponent(this._location);
218 218
    }
219
    var errorCodes:ErrorCodes = new ErrorCodes();
220
    this.searchUtils.status = errorCodes.LOADING;
219 221
    this.subResults = this._searchDataprovidersService.searchDataproviders(parameters,(refine)?this.searchPage.getRefineFieldsQuery():null, page, size, this.searchPage.getFields()).subscribe(
220 222
        data => {
221 223
            this.searchUtils.totalResults = data[0];

Also available in: Unified diff