Directive:
scope.qrData = 'http://' + scope.assignedIp + ':8002/#/instrumentState';
"scope.assignedIP" is the current assigned IP of the PC.
HTML:
<qr size="100" text="qrData"></qr>
Error:
Error: The text attribute is required.
at Object.postlink [as link]
Findings so far:
I have tried several other scope variables on this page and none of these is working.
A simple String is working. (<qr size="50" text="'simpleString'"></qr>).
So I guess, I installed the package correctly.