Posts by YuriPiratello • 61 points
2 posts
-
1
votes1
answer1069
viewsA: Automatic filling of fields
You will need to use Jquery to implement this feature. You are doing this on Django admin or in an off-admin application? If you are in admin, take a look at this documentation…
-
2
votes2
answers83
viewsA: Redeem http service result in another function
You need the get callback to run to work with the return. What you can do is put a watch on this variable and add it to the scope. $scope.resultado = undefined;…