Skip to content

Commit

Permalink
Merge pull request #279 from lewisl9029/feature-user-profile-edit
Browse files Browse the repository at this point in the history
Added more placeholder options in menu
  • Loading branch information
lewisl9029 committed Aug 31, 2015
2 parents 3f17c7c + 0f4236a commit 57f76f2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/components/options-menu/options-menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,22 @@ <h1 class="title">Options</h1>
</ion-header-bar>
<ion-content>
<div class="list">
<div class="item">
Start a conversation
</div>
<div class="item" ng-click="optionsMenu.showCloudConnectModal()">
Use this account on other devices
</div>
<div class="item" ng-click="optionsMenu.showDeleteDataConfirm()">
Remove your data from this device
</div>
<div class="item">
Show hints
</div>
<div class="item">
<!-- TODO: add open source licenses here -->
About Toc
</div>
</div>
</ion-content>
<ion-footer-bar>
Expand Down

0 comments on commit 57f76f2

Please sign in to comment.