rename ProfilePageController class to ProfileController
parent
39d63d6ad6
commit
a37bfbdc88
|
@ -1,4 +1,4 @@
|
||||||
class ProfilePageController
|
class ProfileController
|
||||||
@.$inject = [
|
@.$inject = [
|
||||||
"$appTitle",
|
"$appTitle",
|
||||||
"tgCurrentUserService",
|
"tgCurrentUserService",
|
||||||
|
@ -25,4 +25,4 @@ class ProfilePageController
|
||||||
@.isCurrentUser = true
|
@.isCurrentUser = true
|
||||||
@appTitle.set(@.user.get('full_name_display'))
|
@appTitle.set(@.user.get('full_name_display'))
|
||||||
|
|
||||||
angular.module("taigaProfile").controller("Profile", ProfilePageController)
|
angular.module("taigaProfile").controller("Profile", ProfileController)
|
||||||
|
|
Loading…
Reference in New Issue