fix(profilePage): fix title

pull/3/head
alex 2016-02-25 15:35:09 +03:00
parent c070367bda
commit d464efb4da
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
$stateProvider
.state('profile', {
url: '/profile',
title: 'Profile',
templateUrl: 'app/pages/profile/profile.html',
controller: 'ProfilePageCtrl',
});