search

Home  >  Q&A  >  body text

angular.js - How does Angularjs remove the $$hashkey generated by ng-repeat during post requests?

Found that $$hashkey was added to the sent data? How to simply remove it?

PHP中文网PHP中文网2827 days ago773

reply all(1)I'll reply

  • 黄舟

    黄舟2017-05-15 16:51:53

    Just use angular.toJson,不要用 JSON.stringify when serializing.

    reply
    0
  • Cancelreply