Posts by Denali • 3 points
2 posts
-
0
votes2
answers439
viewsQ: Angularjs - POST an array of objects (JSON data) to the php page
$scope.informations = [ { "name": "asd", "rg": "1123", "certificado": null, "sex": null, "date": null }, { "name": "fsdf233412423", "rg": "123123", "certificado": null, "sex": null, "date": null },…
-
0
votes1
answer74
viewsQ: How to copy the generated html content within ng-repeat into a textarea?
<div ng-repeat="(keyC, column) in columns.form" ng-model="columns.form" > <div class="well"> <p><strong>BLOCO {{ keyC }}</strong></p> <div ng-repeat="(keyP, p)…