rename ProfilePageController class to ProfileController

stable
Juanfran 2015-06-09 11:13:17 +02:00
parent 39d63d6ad6
commit a37bfbdc88
1 changed files with 2 additions and 2 deletions

View File

@ -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)