mirror of https://github.com/akveo/blur-admin
fix(profilePage): fix title
parent
c070367bda
commit
d464efb4da
|
@ -13,6 +13,7 @@
|
||||||
$stateProvider
|
$stateProvider
|
||||||
.state('profile', {
|
.state('profile', {
|
||||||
url: '/profile',
|
url: '/profile',
|
||||||
|
title: 'Profile',
|
||||||
templateUrl: 'app/pages/profile/profile.html',
|
templateUrl: 'app/pages/profile/profile.html',
|
||||||
controller: 'ProfilePageCtrl',
|
controller: 'ProfilePageCtrl',
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue