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