Posts by Rafael Guerra • 9 points
3 posts
-
0
votes2
answers1188
viewsA: How to make paging with Angularjs and php?
Here I explain how to do: https://guerrati.wordpress.com/2016/06/08/angularjs-paginacao-no-ng-repeat/ Basically that’s how: Utilizes the dirPaginate. You need to get down here, then start it on your…
-
1
votes2
answers1256
viewsA: Install JDK on linux Ubuntu
I use java from the Webupd8 repository. I have been using since Ubuntu 10.04 and have never had a problem. sudo add-apt-repository ppa:webupd8team/java sudo apt update sudo apt install…
linuxanswered Rafael Guerra 9 -
-2
votes3
answers9080
viewsA: On-demand paging with Angular or Javascript
Here I explain how to do: https://guerrati.wordpress.com/2016/06/08/angularjs-paginacao-no-ng-repeat/ Basically that’s how: Utilizes the dirPaginate. You need to get down here, then start it on your…