Adding TODO for APK Uninstall

This commit is contained in:
Gunther Brunner
2014-07-23 20:36:42 +09:00
parent 0a920dc568
commit 9c7fd70e2f

View File

@@ -128,6 +128,7 @@ module.exports = function UploadCtrl(
}
$scope.uninstall = function (packageName) {
// TODO: After clicking uninstall accordion opens
return $scope.control.uninstall(packageName)
.then(function (result) {
if (result.success) {