Posts by Ricardo G Saraiva • 58 points
3 posts
-
0
votes1
answer72
viewsQ: Nodejs file is undefined
Hail to the people! Try to help me please, I am new in Nodejs and express and I am not able to get input file in my ejs, when I send to the route already arrives as Undefined. File server.js var…
-
1
votes1
answer143
viewsA: Problem when paging in jQuery and Angular
Old man, you couldn’t use the UI Boostrap Pagination? I believe it would be much simpler. Follow an example: <ul uib-pagination total-items="totalItems" ng-model="currentPage"…
-
3
votes1
answer391
viewsQ: How to change the text of the Bootstrap Pagination UI pagination buttons?
I’m working with the UI Bootstrap Pagination, but by default the language is in English. Would it be possible to change without having to modify Javascript directly? If so, could you give me a…