refactor(sidebar): change menu items order

pull/3/head
alex 2016-04-05 11:43:46 +03:00
parent 0a072e664e
commit 333be7f516
4 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
title: 'Charts', title: 'Charts',
sidebarMeta: { sidebarMeta: {
icon: 'ion-stats-bars', icon: 'ion-stats-bars',
order: 400, order: 150,
}, },
}); });
} }

View File

@ -22,7 +22,7 @@
title: 'Components', title: 'Components',
sidebarMeta: { sidebarMeta: {
icon: 'ion-gear-a', icon: 'ion-gear-a',
order: 150, order: 100,
}, },
}); });
} }

View File

@ -18,7 +18,7 @@
title: 'Form Elements', title: 'Form Elements',
sidebarMeta: { sidebarMeta: {
icon: 'ion-compose', icon: 'ion-compose',
order: 200, order: 250,
}, },
}) })
.state('form.inputs', { .state('form.inputs', {

View File

@ -30,7 +30,7 @@
title: 'UI Features', title: 'UI Features',
sidebarMeta: { sidebarMeta: {
icon: 'ion-android-laptop', icon: 'ion-android-laptop',
order: 100, order: 200,
}, },
}); });
} }