Project

General

Profile

« Previous | Next » 

Revision 44614

Loading messages added in Deposit Pages

View differences:

organization.service.ts
18 18

  
19 19
        return this.http.get(url)
20 20
                    .map(res => <any> res.json())
21
                    .do(res => console.info(res['result']['metadata']['oaf:entity']['oaf:organization']))
22 21
                    .map(res => res['result']['metadata']['oaf:entity']['oaf:organization'])
23 22
                    .map(res => [res, res['rels']['rel']])
24
                    //.do(res => console.info(res))
25 23
                    .map(res => this.parseOrganizationInfo(res));
26 24

  
27 25
    }

Also available in: Unified diff