diff --git a/ConfJuvApp/www/html/_proposal.html b/ConfJuvApp/www/html/_proposal.html index 8389e83..54e0ea3 100644 --- a/ConfJuvApp/www/html/_proposal.html +++ b/ConfJuvApp/www/html/_proposal.html @@ -11,7 +11,7 @@ Denunciar - + Adicionar Tag @@ -21,7 +21,6 @@ - {{proposal.categories | categoryType:"state"}} -> {{proposal.categories | categoryType:"city"}} {{proposal.body | htmlToPlainText}} Comentários diff --git a/ConfJuvApp/www/js/controllers.js b/ConfJuvApp/www/js/controllers.js index 7ad005b..d523340 100644 --- a/ConfJuvApp/www/js/controllers.js +++ b/ConfJuvApp/www/js/controllers.js @@ -364,7 +364,7 @@ angular.module('confjuvapp.controllers', []) } else { // Initiate the modal - $ionicModal.fromTemplateUrl('html/_proposal.html?1', { + $ionicModal.fromTemplateUrl('html/_proposal.html?2', { scope: $scope, animation: 'slide-in-up' }).then(function(modal) { -- libgit2 0.21.2
{{proposal.categories | categoryType:"state"}} -> {{proposal.categories | categoryType:"city"}}
{{proposal.body | htmlToPlainText}}