Posts by marcosmfjunior • 153 points
3 posts
-
5
votes1
answer866
viewsQ: How does the responsive utilities of Bootstrap work?
From an application performance point of view, how the classes work hidden-** and visible-** ? If I put a div with hidden-xs it will be loaded on an Xs device and will not be visible, or bootstrap…
-
2
votes1
answer1597
viewsA: How to make an http request in Angular, and have functions that return all JSON elements or just one passed by parameter?
Solution Found : Based on: https://stackoverflow.com/a/33023283/5424391 angular.module('starter.services', []) .factory('Noticias', function($http,$q) { var noticias =…
angularjsanswered marcosmfjunior 153 -
6
votes1
answer1597
viewsQ: How to make an http request in Angular, and have functions that return all JSON elements or just one passed by parameter?
I’m new to Angular and Ionic, and I want to build a Factory that gets a JSON from googleapis, and contains two functions, one returns all elements, and the other returns the element that is passed…
angularjsasked marcosmfjunior 153