Skip to content

TypeError: t is not a function with random img #41

@eduardosanzb

Description

@eduardosanzb

So I´m using the qr tag and a wild random image appear.

/*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 = ['$scope', '$localStorage'];

screen shot 2016-01-31 at 12 28 47 am

<ion-view view-title="Team">
  <ion-content>

    <h1>Hola</h1>
    <qr type-number="8" correction-level="'M'" size="200" input-mode="'AUTO'" text="qrcodeString" image="true"></qr>

  </ion-content>
</ion-view>

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