fix(dependencies): update angular to 2.4.4

This commit is contained in:
Alexander Zhukov 2017-01-21 13:10:17 +03:00
parent 10f74ef6b1
commit be9c677c06
2 changed files with 41 additions and 41 deletions

View file

@ -36,28 +36,28 @@ export const PAGES_MENU = [
}
]
},
//{
// path: 'components',
// data: {
// menu: {
// title: 'Components',
// icon: 'ion-gear-a',
// selected: false,
// expanded: false,
// order: 250,
// }
// },
// children: [
// {
// path: 'treeview',
// data: {
// menu: {
// title: 'Tree View',
// }
// }
// }
// ]
//},
// {
// path: 'components',
// data: {
// menu: {
// title: 'Components',
// icon: 'ion-gear-a',
// selected: false,
// expanded: false,
// order: 250,
// }
// },
// children: [
// {
// path: 'treeview',
// data: {
// menu: {
// title: 'Tree View',
// }
// }
// }
// ]
// },
{
path: 'charts',
data: {
@ -184,14 +184,14 @@ export const PAGES_MENU = [
}
}
},
{
path: 'smarttables',
data: {
menu: {
title: 'Smart Tables',
}
}
}
// {
// path: 'smarttables',
// data: {
// menu: {
// title: 'Smart Tables',
// }
// }
// }
]
},
{