Posts by Vinicius Savitraz • 45 points
3 posts
-
1
votes1
answer870
viewsQ: Http method post, date parameter is passing always empty (Angularjs + Laravel 5.2)
I am using the Angularjs + Standard to build my application. The point is, I own $Cope.frequencias, which contains some information about a student’s attendance. I made an angular foreach to send…
-
2
votes1
answer268
viewsQ: Ng-repeat with preselected value
I’m building a CRUD complete, and when it comes time to edit, I have a problem with ng-repeat. To save, I have a form with a select and ng-repeat which contains the functions a collaborator may have…
-
1
votes1
answer649
viewsQ: Switch from view to controller (Ng-Click)
I’m using ng-route to develop a single page application with Angularjs+Laravel. I’m having a problem with the switching view part through ng-click and the controller. I have a button in a view, and…