From ca9bc2c843cd1878c02378cd2a55f8b29aaf47a2 Mon Sep 17 00:00:00 2001 From: Carlos Purificacao Date: Tue, 8 Mar 2016 16:39:33 -0300 Subject: [PATCH] Fixed NoosferoService references --- src/app/components/auth/auth_controller.ts | 2 +- src/app/profile/profile.component.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/components/auth/auth_controller.ts b/src/app/components/auth/auth_controller.ts index 71e65e7..9691ea9 100644 --- a/src/app/components/auth/auth_controller.ts +++ b/src/app/components/auth/auth_controller.ts @@ -3,7 +3,7 @@ import {AuthService} from "./auth_service"; export class AuthController { - static $inject = ["noosfero", "$log", "$stateParams", "AuthService"]; + static $inject = ["$log", "$stateParams", "AuthService"]; constructor( private noosfero: any, diff --git a/src/app/profile/profile.component.ts b/src/app/profile/profile.component.ts index 04fcbb0..2065af4 100644 --- a/src/app/profile/profile.component.ts +++ b/src/app/profile/profile.component.ts @@ -6,7 +6,6 @@ import {ContentViewer} from "../content-viewer/content-viewer.component"; import {ContentViewerActions} from "../content-viewer/content-viewer-actions.component"; import {NoosferoActivities} from "../components/noosfero-activities/activities.component"; import {ProfileService} from "../../lib/ng-noosfero-api/http/profile.service"; -import {NoosferoService} from "../components/noosfero/noosfero.service"; import * as noosferoModels from "./../models/interfaces"; -- libgit2 0.21.2