fix(timeline): add timeline to the sidebar, fix after merge

pull/3/head
KostyaDanovsky 9 years ago
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…
Cancel
Save