Project

General

Profile

« Previous | Next » 

Revision 44907

in services use function console.log instead of console.error | re-enable cache for project & organization service | in services add result in cache before custom parsing

View differences:

search.component.ts
68 68
        this.page=page;
69 69
        this.resultsNum = data['total-results'];
70 70
      },
71
      err => console.error(err)
71
      err => console.log(err)
72 72
    );
73 73
   }
74 74

  

Also available in: Unified diff