Commit 2a9ba5d4c72a9614f366ebf3489ed2a075c47257
1 parent
b2671c64
Exists in
master
and in
4 other branches
Update proposal create feedback - rollback maxlength
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/app/components/cadastro-proposta/cadastro-proposta.html
... | ... | @@ -28,6 +28,8 @@ |
28 | 28 | ng-class="{ 'has-error' : formPropostas.proposta.$invalid && formPropostas.proposta.$touched }" |
29 | 29 | ng-model="proposta" |
30 | 30 | ng-trim="false" |
31 | + ng-maxlength="200" | |
32 | + maxlength="200" | |
31 | 33 | required></textarea> |
32 | 34 | <validation-messages field="formPropostas.proposta" maxlength="'Ops, esse campo não pode ser maior que 200 caracteres.'"></validation-messages> |
33 | 35 | <div class="row"> | ... | ... |