diff --git a/ConfJuvApp/builds/confjuv-dev.apk b/ConfJuvApp/builds/confjuv-dev.apk index 232301b..5e0cc20 100644 Binary files a/ConfJuvApp/builds/confjuv-dev.apk and b/ConfJuvApp/builds/confjuv-dev.apk differ diff --git a/ConfJuvApp/builds/confjuvapp-live.apk b/ConfJuvApp/builds/confjuvapp-live.apk index d654e98..de46303 100644 Binary files a/ConfJuvApp/builds/confjuvapp-live.apk and b/ConfJuvApp/builds/confjuvapp-live.apk differ diff --git a/ConfJuvApp/builds/confjuvapp-web.zip b/ConfJuvApp/builds/confjuvapp-web.zip index 429fc07..47fb865 100644 Binary files a/ConfJuvApp/builds/confjuvapp-web.zip and b/ConfJuvApp/builds/confjuvapp-web.zip differ diff --git a/ConfJuvApp/www/js/controllers.js b/ConfJuvApp/www/js/controllers.js index b74bd75..5a8edd8 100644 --- a/ConfJuvApp/www/js/controllers.js +++ b/ConfJuvApp/www/js/controllers.js @@ -498,9 +498,11 @@ angular.module('confjuvapp.controllers', []) } } var proposal = { + id: resp.data.article.id, title: data.title, body: data.description, - topic: topic + topic: topic, + author: { name: $scope.user.name, id: $scope.user.id } }; $scope.proposalList.push(proposal); $scope.cards.push(proposal); -- libgit2 0.21.2