Posts by Elton Tomas Laice • 136 points
7 posts
-
0
votes0
answers90
viewsQ: How does the Rest Api with updated Fifa ranking?
I’m developing a mobile app for sports results, but I’m running into a problem. I need an api that returns me the updated Fifa ranking. Thank you for your attention
-
0
votes1
answer115
viewsA: Form data does not appear
the ng-controller="enderecoCtrl" should cover any form up to the Ubmit button. See which Ubmit button is outside the scope of the controller, not known. See My Solution. Put…
-
0
votes1
answer336
viewsQ: How to add scroll in ion-tabs with various tab?
I am developing an app in Ionic, with this, I have a page with tabs, but I intend to put 10 tabs and will not fit in the devices, how to put a horizontal scroll to the tabs? <ion-tab title="Home"…
-
5
votes2
answers1021
viewsQ: How to restrict access to routes in Angularjs?
How do I restrict access on some routes, and allow logged in users to access your content in Angulajs.
-
4
votes3
answers1823
viewsQ: How to implement spinner loanding in Angularjs?
I’m trying to implement spinner loanding in my project in Engineering, it’s been a while! the spinner should run whenever a request is executed. What library do I use?
-
2
votes1
answer1568
viewsA: Configure git on a shared hosting
Hello, comrade. I had the same problem when I was working with gitlab and using Heroku. I haven’t seen any way to solve this if not: -Create or synchronize your project with the remote repository…
-
1
votes2
answers155
viewsA: How to modify unfilled date in the form for the current day?
What happens is this: If strtotime($var1) returns false then date("d-m-Y",strtotime($var1)); sets the default date 31/12/1969. To resolve this check strtotime($var1). $time = strtotime($var1); $date…