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:

login.component.ts
92 92
                console.info(data);
93 93
            },
94 94
            err => {
95
              console.error(err);
95
              console.log(err);
96 96
            }
97 97
        );
98 98

  

Also available in: Unified diff