You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The appearent cause was this issue angular/angular.js#7183 in Angular.js. My use of <qr> was indeed include via a templateUrl. Upgrading Angular.js from 1.0.7 to 1.3.15 fixed it for me.
In the directive, here is the line I had to use, for the template, to make it work:
This is not really great in term of performance...
With the ng-if, the canvas and the image were shown. Actually the ng-if was not working for me...
The text was updated successfully, but these errors were encountered: