diff --git a/src/app/components/cadastro-proposta/cadastro-proposta.html b/src/app/components/cadastro-proposta/cadastro-proposta.html index 601d5f5..917939a 100644 --- a/src/app/components/cadastro-proposta/cadastro-proposta.html +++ b/src/app/components/cadastro-proposta/cadastro-proposta.html @@ -28,6 +28,8 @@ ng-class="{ 'has-error' : formPropostas.proposta.$invalid && formPropostas.proposta.$touched }" ng-model="proposta" ng-trim="false" + ng-maxlength="200" + maxlength="200" required>
-- libgit2 0.21.2