Skip to content

Instantly share code, notes, and snippets.

@zaghaghi
Last active August 29, 2015 14:13
Show Gist options
  • Save zaghaghi/6c47fef759c402dd578e to your computer and use it in GitHub Desktop.
Save zaghaghi/6c47fef759c402dd578e to your computer and use it in GitHub Desktop.
[{
"name": "tab-dash",
"state": "tab.dash",
"title": "محصولات",
"icons": {
"on": "ion-ios7-pulse-strong",
"off": "ion-ios7-pulse"
},
"updatable": true,
"url": "/dash",
"href": "#/tab/dash",
"type": "list"
},{
"name": "tab-chats",
"state": "tab.chats",
"title": "گالری",
"type": "card",
"icons": {
"on": "ion-ios7-chatboxes",
"off": "ion-ios7-chatboxes-outline"
},
"url": "/chats",
"href": "#/tab/chats"
},{
"name": "tab-friends",
"state": "tab.friends",
"title": "نمایندگی‌ها",
"type": "slider",
"icons": {
"on": "ion-ios7-heart",
"off": "ion-ios7-heart-outline"
},
"url": "/friends",
"href": "#/tab/friends"
},{
"name": "tab-account",
"state": "tab.account",
"title": "Account",
"type": "list",
"icons": {
"on": "ion-ios7-gear",
"off": "ion-ios7-gear-outline"
},
"url": "/account",
"href": "#/tab/account"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment