From 2a9ba5d4c72a9614f366ebf3489ed2a075c47257 Mon Sep 17 00:00:00 2001 From: Leonardo Merlin Date: Wed, 6 Jan 2016 10:10:47 -0200 Subject: [PATCH] Update proposal create feedback - rollback maxlength --- src/app/components/cadastro-proposta/cadastro-proposta.html | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) 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