Commit 35f45168b565af0020a39e706c392b7372580e01

Authored by Caio Almeida
1 parent d3ae0258

Ticket #33: One proposal per topic

ConfJuvApp/builds/confjuv-dev.apk
No preview for this file type
ConfJuvApp/builds/confjuvapp-live.apk
No preview for this file type
ConfJuvApp/builds/confjuvapp-web.zip
No preview for this file type
ConfJuvApp/config.xml
1 1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2   -<widget id="com.ionicframework.confjuvapp748431" version="0.0.15" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  2 +<widget id="com.ionicframework.confjuvapp748431" version="0.0.16" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3 3 <name>#3ConfJuv</name>
4 4 <description>Aplicativo móvel para 3ª Conferência Nacional de Juventude</description>
5 5 <author email="confjuvapp@gmail.com" href="http://www.juventude.gov.br/"></author>
... ...
ConfJuvApp/www/js/config.js.example
... ... @@ -3,5 +3,5 @@ var ConfJuvAppConfig = {
3 3 noosferoApiVersion: 'v1',
4 4 noosferoDiscussion: 99895,
5 5 noosferoStatutePath: 'articles/participatorio/0010/2309/Resolucao-01-2015-etapa-digital.pdf',
6   - proposalsPerPageAndTopic: 4
  6 + proposalsPerPageAndTopic: 1
7 7 };
... ...