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',
sidebarMeta: {
icon: 'ion-stats-bars',
order: 400,
order: 150,
},
});
}

View File

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

View File

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

View File

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