-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
View QR Code Row #827
base: single_tenant_app_snapshot_unmaintained
Are you sure you want to change the base?
View QR Code Row #827
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<ion-popover-view style="width: 90%; height: 50%"> | ||
<ion-content style="margin: 0; padding: 0;"> | ||
<ng-include src="qrcTextFile"></ng-include> | ||
</ion-content> | ||
</ion-popover-view> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<script src="/node_modules/qrcode-generator/js/qrcode.js"></script> | ||
<script src="/node_modules/qrcode-generator/js/qrcode_UTF8.js"></script> | ||
<script src="/node_modules/angular-qrcode/angular-qrcode.js"></script> | ||
Comment on lines
+1
to
+3
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You need to have this module in Also, the code in |
||
|
||
<div class="qr-title"> | ||
<center><h4>QR Code h4</h4></center> | ||
</div> | ||
<div class="qr-text"> | ||
<h3>QR Code h3</h3> | ||
QR Code coming soon!! | ||
<qrcode data="string"></qrcode> | ||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you don't need the QR code template to be internationalized.