Skip to content

Commit

Permalink
add a home screen tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Mar 6, 2015
1 parent a9f7392 commit 1e6079a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions www/templates/tab-map.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
</button>
</ion-nav-buttons>
<ion-content class="padding" scroll="false">
<div class="card" ng-if="!mapData.map">
<div class="item item-text-wrap">
<h2>Welcome to <strong>Settlers: Easy Map</strong></h2>
<p>
Please tap the <span class="favorite-button icon ion-shuffle"></span> button to generate a Settlers map.
Be your journey full of glory and treason and may the thief be with you.
</p>
</div>
</div>
<div class="canvas-container">
<map map-data="mapData" generate-thumbnail="true"></map>
</div>
Expand Down

0 comments on commit 1e6079a

Please sign in to comment.