filemanager: openPath() is not on the scope anymore
This commit is contained in:
@@ -543,7 +543,7 @@ app.controller('FileManagerController', ['$scope', '$translate', '$timeout', 'Cl
|
||||
};
|
||||
|
||||
$scope.goDirectoryUp = function () {
|
||||
$scope.openPath($scope.cwd + '/..');
|
||||
openPath($scope.cwd + '/..');
|
||||
};
|
||||
|
||||
$scope.changeDirectory = function (path) {
|
||||
|
||||
Reference in New Issue
Block a user