mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-22 00:35:15 +02:00
fix spell error
This commit is contained in:
@@ -32,7 +32,7 @@ module.exports = function FsCtrl($scope, $timeout) {
|
||||
|
||||
$scope.getFile = function(file){
|
||||
var path = '/'+$scope.paths.join('/')+'/'+file;
|
||||
$scope.control.fsretrive(path)
|
||||
$scope.control.fsretrieve(path)
|
||||
.then(function(result){
|
||||
location.href = result.body.href+"?download"
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user