This commit is contained in:
brantje 2016-10-05 17:04:25 +02:00
parent ed04310c42
commit 292fdef6ab
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F

View file

@ -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;