Posts by Guilherme Menezes Ferreira • 17 points
3 posts
-
1
votes1
answer940
viewsQ: Return function Angularjs / Javascript
how do I recover the value of this function using this way: var teste = getUser(); function getUser() { userService.getUser(userService.getUserLogged().id).success( function(res) { return res.data;…
-
0
votes2
answers61
viewsQ: Doubt $http Angularjs
I have a form where some inputs will be used to make a filter, but as there are many, not need to pass the fields via GET this way: Ex: ? filtro1=teste&filter 2=teste2 ..., can I use the…
angularjsasked Guilherme Menezes Ferreira 17 -
0
votes3
answers994
viewsQ: $Scope Form Angularjs Directive
I am having difficulty in creating a directive on the following point. I have a data listing, and in this listing I have a callController controller, and in this listing page I have a modal that…