mirror of https://github.com/akveo/blur-admin
fix(timeline): add timeline to the sidebar, fix after merge
parent
30bc596a3b
commit
1d47622451
|
@ -13,7 +13,12 @@
|
|||
$stateProvider
|
||||
.state('timeline', {
|
||||
url: '/timeline',
|
||||
templateUrl: 'app/pages/timeline/timeline.html'
|
||||
templateUrl: 'app/pages/timeline/timeline.html',
|
||||
title: 'Timeline',
|
||||
sidebarMeta: {
|
||||
icon: 'ion-ios-pulse',
|
||||
order: 650,
|
||||
},
|
||||
});
|
||||
}
|
||||
})();
|
Loading…
Reference in New Issue