Skip to content

Commit

Permalink
fixup button
Browse files Browse the repository at this point in the history
  • Loading branch information
mgasner committed Nov 10, 2017
1 parent 45ec7b9 commit 8aea65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h3>Please enter your phone number</h3>
<label class="item item-input">
<input type="tel" placeholder="XXX-XXX-XXXX" ng-model="login.tel">
</label><br/>
<button type="submit" ion-button round>{{rpc.pending ? '...' : 'Get Code'}}</button>
<button type="submit" ion-button round>Get Code</button>
</form>
</ion-content>
</ion-view>

0 comments on commit 8aea65f

Please sign in to comment.