Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

202
Views
formdata no devuelve datos cuando se ejecuta una tabla ng-repeat dentro de ella

Tengo una tabla donde se llenan dinámicamente los datos, quería que cuando hiciera clic en un botón (que está fuera del formulario) quisiera editar estos campos. Sin embargo, después de editar estos campos, Formdata no envía ninguno de los datos de la tabla. ¿Qué estoy haciendo mal aquí?

 <form role="form" ng-submit="updatestmt(data)" name="updatedata" id="updatedata" > <tr ng-repeat="b in blsheetinfo" class="form-group"> <td class="text-left " ng-model="data.key" name="key" id="key" ><b> {{b.key}}</b></td> <td class="text-left" ng-model="data.particular" name="particular" id="particular" >{{b.particular}}</td> <td class="text-right" ng-model="data.amt" name="amt" id="amt" ><input type = "string" value="{{b.amt}}" class="form-control"></td> </tr> <tr ng-if="blsheetinfo == null"> <td class="text-center" colspan="3">No data found.</td> </tr> </form>
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!