mirror of
https://github.com/nextcloud/passman.git
synced 2025-09-18 19:04:27 +08:00
autoclose settings in navbar
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
This commit is contained in:
parent
062a9d198c
commit
98468fa1f7
1 changed files with 3 additions and 0 deletions
|
@ -116,6 +116,9 @@
|
||||||
$rootScope.$broadcast('set_delete_time', $scope.delete_time);
|
$rootScope.$broadcast('set_delete_time', $scope.delete_time);
|
||||||
}
|
}
|
||||||
$rootScope.$broadcast('filterSpecial',string);
|
$rootScope.$broadcast('filterSpecial',string);
|
||||||
|
|
||||||
|
//close settings when item is selected
|
||||||
|
$scope.settingsShown=false;
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.collapsedDefaultValue=false;
|
$scope.collapsedDefaultValue=false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue