Merge branch 'master' into skeleton

This commit is contained in:
Sercan Yemen 2017-10-14 18:53:08 +03:00
parent e20687034f
commit fb214da5fe

View File

@ -6,10 +6,12 @@ export class NavigationModel
{ {
this.model = [ this.model = [
{ {
'title': 'Applications', 'id' : 'applications',
'title' : 'Applications',
'type' : 'group', 'type' : 'group',
'children': [ 'children': [
{ {
'id' : 'sample',
'title': 'Sample', 'title': 'Sample',
'type' : 'item', 'type' : 'item',
'icon' : 'email', 'icon' : 'email',