diff --git a/js/app/controllers/public_shared_credential.js b/js/app/controllers/public_shared_credential.js index 33dcc9a2..089eec1e 100644 --- a/js/app/controllers/public_shared_credential.js +++ b/js/app/controllers/public_shared_credential.js @@ -8,7 +8,7 @@ angular.module('passmanApp') .controller('PublicSharedCredential', ['$scope', 'ShareService','$window', function ($scope, ShareService, $window) { $scope.test = 'hello world'; - + //@TODO Add download files $scope.loading = false; $scope.loadSharedCredential = function () { $scope.loading = true;