This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="card"> | |
<div class="item"> | |
<button class="button button-block button-positive"> | |
<i class="icon ion-qr-scanner"></i> | |
Scan Now | |
</button> | |
</div> | |
</div> | |
<div class="card"> | |
<div class="item item-divider">Scan Results</div> | |
<div class="item item-text-wrap">{{vm.scanResults}} | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment