mirror of
https://github.com/nextcloud/passman.git
synced 2026-01-10 17:45:19 +08:00
Add todo
This commit is contained in:
parent
ed04310c42
commit
292fdef6ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue