Repository: driftyco/ionic-starter-tabs Branch: master Commit: 49e7cc7de515 Files: 13 Total size: 9.3 KB Directory structure: gitextract_h1t6bon_/ ├── README.md ├── css/ │ └── style.css ├── index.html ├── js/ │ ├── app.js │ ├── controllers.js │ └── services.js ├── manifest.json ├── service-worker.js └── templates/ ├── chat-detail.html ├── tab-account.html ├── tab-chats.html ├── tab-dash.html └── tabs.html ================================================ FILE CONTENTS ================================================ ================================================ FILE: README.md ================================================ ### :point_right: This starter repo has moved to the [ionic-team/starters](https://github.com/ionic-team/starters/tree/master/ionic1/official/tabs) repo! :point_left: ================================================ FILE: css/style.css ================================================ /* Empty. Add your own CSS if you like */ ================================================ FILE: index.html ================================================
{{chat.lastText}}
{{chat.lastText}}
This is the Ionic starter for tabs-based apps. For other starters and ready-made templates, check out the Ionic Market.
To edit the content of each tab, edit the corresponding template file in www/templates/. This template is www/templates/tab-dash.html
If you need help with your app, join the Ionic Community on the Ionic Forum. Make sure to follow us on Twitter to get important updates and announcements for Ionic developers.
Psst! - Try Ionic View to easily share and test your app with clients and co-workers.