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

198
Views
formdata returns no data when an ng-repeat table is running inside it

I have a table where its dynamically populating data, I wanted that when I click a button (that is outside the form) I want to edit these fields. After editing these fields though, Formdata doesn't send any of the table data. What am I doing wrong here?

       <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!