angular-qr icon indicating copy to clipboard operation
angular-qr copied to clipboard

Dynamic QR code generator for AngularJS

Results 19 angular-qr issues
Sort by recently updated
recently updated
newest added

- Support for changing colors using two attributes: light-color and dark-color - Updated the demo to show it.

I was wondering if could download the generated QR code as an image, I am using ionic framework and could not found hot this can be done.

**Directive:** `scope.qrData = 'http://' + scope.assignedIp + ':8002/#/instrumentState';` _"scope.assignedIP" is the current assigned IP of the PC._ **HTML:** `` **Error:** Error: The `text` attribute is required. at Object.postlink [as link]...

Hi, I'm trying to make the QR Code change when $scope of data change. But it returns this error. Please help. Thanks!

Please publish this package to npm repository.

So I´m using the qr tag and a wild random image appear. ``` javascript /*TEAM CONTROLLER*/ function TeamCtrl($scope, $localStorage) { $scope.user = $localStorage.getObject("user"); console.log($scope.user); $scope.qrcodeString = $scope.user.team; console.log($scope.qrcodeString); } TeamCtrl.$inject...

angular.js:4631 Uncaught Error: [$injector:modulerr] Failed to instantiate module poll due to: Error: [$injector:modulerr] Failed to instantiate module ja.qr due to: Error: [$injector:nomod] Module 'ja.qr' is not available! You either misspelled...

It would nice that higher versions would be allowed.

On our page we use both angular and require.js. This package depends on qrcode.js setting its main function in global, but in presence of `define`, qrcode.js exports itself as a...