-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Description
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'];<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>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
