Posts by Michel Silva • 29 points
5 posts
-
0
votes1
answer61
viewsA: Angularjs and ui-router: loading routes
I got the answer on the stackoverflow forum in English. The solution to this problem is to use the resolve tag in the route file in this way: $stateProvider .state('dashboard', { url: '/dashboard',…
-
-1
votes1
answer61
viewsQ: Angularjs and ui-router: loading routes
I’m developing an application with Angujarjs and ui-router and I’m having trouble loading routes. To facilitate the explanation I will delete parts of the code. My route file looks like this:…
-
0
votes2
answers87
viewsQ: Hosting and favicon error 404
I have an API developed with Slim 3. The API worked perfectly, testing with Postman or by browser, everything worked perfectly. I had to change the hosting. So I went up the API to new host and…
-
1
votes1
answer191
viewsA: Responsive dropdown menu, not working properly
The solution was simple, I just changed the javascript code for this: $(document).ready(function() { var botao = document.getElementById('bt_menu'); $('html').on('click', function(e) { if…
-
2
votes1
answer191
viewsQ: Responsive dropdown menu, not working properly
I created a menu dropdown responsive, however, is not working properly. On the mobile screen, by clicking on the menu icon it opens and clicking on a menu link or outside the menu it closes.…