Upload now uses package name and accordion.

This commit is contained in:
Gunther Brunner
2014-04-03 21:53:08 +09:00
parent 8584daaa71
commit 946ae16a45
4 changed files with 32 additions and 22 deletions

View File

@@ -118,6 +118,8 @@ module.exports = function ControlServiceFactory(
var manifest = response.data.manifest
var app = manifest.application
var tx = TransactionService.create(target)
console.log('resp',response)
console.log(manifest)
var params = {
url: response.data.url
}