Posts by Vinícius Lopes de Melo • 11 points
2 posts
-
0
votes0
answers68
viewsQ: Angularjs compiler does not work with ng-click
I am generating a dynamic div as given below: 0: {id: 19, descricao: "CC 1", centro_custo_pai: 0, ordem_codigo: "", tipo: "Sintético"} 1: {id: 20, descricao: "Filho 1 CC 1", centro_custo_pai: 19,…
-
1
votes0
answers66
viewsQ: Left John of Phpactiverecord using Codeigniter does not work
I’m using Phpactiverecord’s left Join to get data from companies and users, but it’s not working. I use the users and Companies tables as relationship table proposals. I want to get the user data in…