mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 11:53:30 +02:00
Adding Activity partial
This commit is contained in:
@@ -36,7 +36,9 @@ module.exports = function UploadCtrl($scope, $rootScope, SettingsService, gettex
|
||||
var tx = $rootScope.control.uninstall(packageName)
|
||||
return tx.promise.then(function (result) {
|
||||
if (result.success) {
|
||||
//$scope.clear()
|
||||
$scope.$apply(function () {
|
||||
$scope.clear()
|
||||
})
|
||||
} else {
|
||||
console.error(result.error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user