fix spell error

This commit is contained in:
hzsunshx
2015-09-22 17:38:41 +08:00
parent 855964bff1
commit dff5835105
4 changed files with 8 additions and 8 deletions

View File

@@ -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"
})