2
I’m a beginner in angular and I’m making a small application that consumes a json, only this json is very large and I wanted to load it on demand. I’m using the concept of SPA and use tbm the ngRoute, I just wanted to know how I can solve this, I’m already testing with some searches I did. This is the application link: http://guruapp.com.br/gurudev/#/
getCampanhas: function () {
return $http.get('list.json');
},
Your problem is with loading or viewing?
– OnoSendai