Posts by douglsantos • 11 points
3 posts
-
0
votes1
answer290
viewsA: Error installing eclipse: Exit Code: 13
Your eclipse is pointing to the java-oracle version, look at the line: -vm /usr/lib/jvm/java-oracle//bin/java -vmargs The path in the path as I understood in your doubt, should be that of openjdk..…
-
0
votes2
answers719
viewsA: How to pass data from a selected ng-repeat item to another view
Add a button inside your ng-repeat that calls an "Edit" controller and passes your model. Create the method in the controller that receives the model and pass this value to a second model and call…
angularjsanswered douglsantos 11 -
1
votes1
answer67
viewsA: Programming on Ubuntu, IDE with problem
Try to perform the following procedure. Add this two repositories: sudo apt-add-repository ppa:gnome3-team/gnome3-staging sudo apt-add-repository ppa:gnome3-team/gnome3 Now upgrade. sudo apt-get…