Posts by Celso Lisboa • 71 points
4 posts
-
2
votes1
answer126
viewsQ: Angularjs, after select, save to another table
I created a function called buscarCep() which returns me the following object: address_codigo: 453114, bairro_codigo: 15698, address_cep: 17052330,... I have another function called salvar, where…
angularjsasked Celso Lisboa 71 -
1
votes0
answers204
viewsQ: Angularjs - Forcing input field bind
Good afternoon, you guys! I read that by default Angularjs requires the fields to have some user interaction to perform Binding. How do I ignore this and submit what you have in the input field,…
-
1
votes1
answer388
viewsQ: Pick up zip in another bank in Laravel 5
I’m doing a registration system using the Laravel 5, I created the client scheme, with some tables such as person, address, email, phone. happens I have another bank, called cep, where has some…
-
3
votes3
answers3857
viewsQ: Angularjs take a data from the input that was filled in by a JS
Good morning, I’m beginner with Web, although I know how to program in other languages. My doubt is the following, through the via cep I got the algorithm that fills the address fields through a…