Posts by Fabricio Silva • 11 points
5 posts
-
1
votes2
answers1150
viewsQ: Animated placeholder
ola found that answer https://jsfiddle.net/2a1kvcn6/1/ however I cannot keep the placeholder as title, once I type something it disappears, this way the box is without identification .inputAnimado{…
-
-4
votes1
answer82
viewsQ: Standard compilation for linux
blz galera, and the following if I compile a file in . exe I can take it to a recem windows formatted machine without anything installed and run this file, wanted to know how to do this for linux, I…
linuxasked Fabricio Silva 11 -
0
votes0
answers35
viewsQ: Multiple querys with php
hello everyone would like to know how to run two querys at the same time in php the situation and the following intend to do an Insert and return the auto_increment key I am doing the following…
-
1
votes1
answer51
viewsQ: Error between Directive and controller
Archives: index.html controllers/control.js Directives/directive.js Directives/boot.html *i have a function called $Scope.change(age) = Function(){.... }; in the control.js *in the directive I have…
-
-1
votes1
answer552
viewsQ: Access controller function by directive
hello the question and simple I have a button in my directive which of course already has an ng-click("alterardata();") the rule is that the controller calling this directive has this function by…