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:

searchHelperClasses.class.ts
21 21
    public value: string = '';
22 22
    public operatorId: string;
23 23
    public operatorName: string ="";
24
    public valid: boolean = true;
24 25

  
26

  
25 27
    constructor(id:string,param:string,name:string, type:string, value:string,operator:string){
26 28
      this.id = id;
27 29
      this.param = param;

Also available in: Unified diff