diff --git a/app/modules/profile/profile.controller.coffee b/app/modules/profile/profile.controller.coffee index 0d3932c7..cca54f1c 100644 --- a/app/modules/profile/profile.controller.coffee +++ b/app/modules/profile/profile.controller.coffee @@ -1,4 +1,4 @@ -class ProfilePageController +class ProfileController @.$inject = [ "$appTitle", "tgCurrentUserService", @@ -25,4 +25,4 @@ class ProfilePageController @.isCurrentUser = true @appTitle.set(@.user.get('full_name_display')) -angular.module("taigaProfile").controller("Profile", ProfilePageController) +angular.module("taigaProfile").controller("Profile", ProfileController)