Posts by Luis H. Moreno • 56 points
2 posts
-
1
votes1
answer1511
viewsA: Good practices with Angularjs controllers
As far as I’m concerned, you have a baggage loaded with traditional backend MVC. If I understand correctly, you’re talking about a relational entity, a database, in which User has a 1-1 relationship…
-
3
votes4
answers140
viewsA: Factory returns blank result
Problem The error is that you are setting the variable categories as the local variable of the Factory function, but in the successful callback of the $http.get('js/categorias.json') you are…