Posts by radamesrf • 31 points
3 posts
-
1
votes2
answers161
viewsA: Complete the URL
function dominio(url) { if(url) return "http://" + url; else console.log(url+" não informada"); } dominio("br.digitalhouse.com"); dominio("9gag.com"); I hope it helped.…
-
2
votes1
answer1063
viewsA: TEF communication
Register with Paygo and download the documentation with the test script, documentation and the Standard Test Manager. To summarize: the implementation of TEF consists basically in the exchange of…
-
0
votes4
answers995
viewsA: User permission - Angularjs
It is important that your back-end has a security module with permissions to enhance the security of your application. With the angular, using the ui-router, vc can reinforce in the "state"…