From 292fdef6abec72ec2a13ef61fdf8cbcbdf58d087 Mon Sep 17 00:00:00 2001 From: brantje Date: Wed, 5 Oct 2016 17:04:25 +0200 Subject: [PATCH] Add todo --- js/app/controllers/public_shared_credential.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;