Resultados da pesquisa a pedido "angularjs-forms"

2 a resposta

AngularJs: validação de campo obrigatório e destaque para linhas dinâmicas da tabela HTML com conteúdo editável

Eu tenho uma tabela HTML como abaixo: <tbody> <tr ng-repeat="r in targetTable.rows"> <td contenteditable="true" class=""></td> <td contenteditable="true" ng-repeat="column in targetTable.columns" ng-model="r[column.id]" ...