Posts by Danilo Silva • 121 points
5 posts
-
-1
votes2
answers683
viewsA: Transferring values from one page to another with Angularjs
Hello, you can use $rootScope, but from what I’ve seen, the two pages use the same controller and this will cause the screen transition to reboot the value of the test variable with the pattern…
-
5
votes1
answer336
viewsQ: Discover the User Hostname
I have an application Running with Angularjs where I need to know the name of the machine (user) that is accessing the application. Someone has already had to do this with javascript? Note: The…
-
1
votes1
answer146
viewsA: How to take an array of a table and search another table in Ionic and Angularjs
I made a plunker to try to exemplify. See if this is what you need.
-
0
votes3
answers349
viewsA: I need to clone the contents of a div and put in the form of my modal
Try as follows: $("#divConsult"). clone(). appendTo("#formFruta"); Take a look at this test I did, see if it helps you: plunker…
-
2
votes1
answer117
viewsA: Shortcut to stop Tomcat in Eclipse
By default the shortcut is Ctrl+Alt+S