Skip to content

Does not work inside ng-repeat #36

@roman-mkh

Description

@roman-mkh
<!DOCTYPE html>
<html ng-app="APP">
<head>
    <meta charset="UTF-8">
    <title>angular-qr example</title>

</head>
<body>
    <div ng-repeat="x in ['hello', 'world']">
      <qr type-number="0" correction-level="'M'" size="200" input-mode="'ALPHA_NUM'" text="{{x}}"></qr>
    </div>
    <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script>
    <script src="/application/html/js/janantala/angular-qr/qrcode.js"></script>
    <script src="/application/html/js/janantala/angular-qr/angular-qr.js"></script>

    <script>
    angular.module("APP",["ja.qr"])
    </script>
</body>
</html>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions