Posts by Diego Marcelo • 23 points
7 posts
-
0
votes1
answer278
viewsQ: Printar or draw widget with flutter
I have the following dialog and would like to generate a "voucher" so that the person could share it, as if it were proof of payments that the bank applications generate. I managed to take a "print"…
-
0
votes0
answers59
viewsQ: Upload files in PHP
I am not able to upload PPTX files, others go up normally. The files are sent via ajax. The error happens when moving the file to the folder ! var form = $('#fileUploadForm'+idbtn[1])[0]; // Create…
-
1
votes1
answer126
viewsQ: I would like to know how I can make a select with every Friday of the year in mysql for example
I’m developing a calendar, and it will be used to schedule meetings. There are sectors, such as the T.I sector, which meets every Friday from 9:30 to 11:30, throughout the year. I need to somehow…
-
0
votes2
answers97
viewsA: Angularjs and Laravel edit modal
Guys, I found the mistake. It was actually a glitch. The modal was out of my NGCONTROLLER. That’s why ng-Submit() didn’t call the function. Now it’s picking up normal. Thank you!!
-
1
votes2
answers97
viewsQ: Angularjs and Laravel edit modal
I am trying to make a Modal to edit my data, using Angularjs and Laravel as backend, but when I call a function in my ng-Ubmit(), it is not invoked. This is my modal <div class="modal fade"…
-
0
votes0
answers116
viewsQ: POST com Angularjs e Laravel
I’m trying to send via POST to my backend Windows, but on the console it points out the error: POST http://localhost:8000/new 500 (Internal Server Error) ! ! Here is my code from Angularjs…
-
0
votes0
answers81
viewsQ: Angularjs ng-repeat does not display data
I made the request via get using the Laravel as backend. However, if I update some data in the database itself, I need to refresh the page where it is loaded angular for it to update. Using the…