mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Improve File Explorer styling.
This commit is contained in:
@@ -5,13 +5,14 @@ module.exports = function ExplorerCtrl($scope) {
|
||||
|
||||
var listDir = function () {
|
||||
var path = '/' + $scope.paths.join('/')
|
||||
|
||||
$scope.control.fslist(path)
|
||||
.then(function (result) {
|
||||
$scope.files = result.body;
|
||||
$scope.$digest();
|
||||
})
|
||||
.catch(function (err) {
|
||||
alert(err.message);
|
||||
alert(err.message)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user