#1471 rollback className change (#1472)

This commit is contained in:
Mario Romano
2017-01-16 11:49:43 +00:00
committed by Denys Vuika
parent 473241f792
commit 9655e51943
119 changed files with 356 additions and 494 deletions

View File

@@ -18,7 +18,7 @@
import { Injectable } from '@angular/core';
import { Response } from '@angular/http';
import { Observable } from 'rxjs/Rx';
import { ContentService, AlfrescoApiService, LogService } from 'ng2-alfresco-core';
import { AlfrescoContentService, AlfrescoApiService, LogService } from 'ng2-alfresco-core';
import { EcmUserModel } from '../models/ecm-user.model';
/**
*
@@ -30,7 +30,7 @@ import { EcmUserModel } from '../models/ecm-user.model';
export class EcmUserService {
constructor(private apiService: AlfrescoApiService,
private contentService: ContentService,
private contentService: AlfrescoContentService,
private logService: LogService) {
}