Rename account to profile
This commit is contained in:
@@ -239,7 +239,7 @@
|
||||
<div class="content">
|
||||
|
||||
<div class="text-left">
|
||||
<h1>Account</h1>
|
||||
<h1>Profile</h1>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
@@ -4,7 +4,7 @@
|
||||
/* global angular:false */
|
||||
/* global $:false */
|
||||
|
||||
angular.module('Application').controller('AccountController', ['$scope', 'Client', function ($scope, Client) {
|
||||
angular.module('Application').controller('ProfileController', ['$scope', 'Client', function ($scope, Client) {
|
||||
$scope.user = Client.getUserInfo();
|
||||
$scope.config = Client.getConfig();
|
||||
|
||||
Reference in New Issue
Block a user