Posts by Ronaldo Carvalho • 15 points
2 posts
- 
		0 votes1 answer104 viewsQ: Error ArrayindexoutofboundsexceptionI’m in that mistake: java.lang.ArrayIndexOutOfBoundsException: 1 at com.ronaldocarvalho.cursomc.resources.utils.URL.decodeIntList(URL.java:27) ~[classes/:na] at… 
- 
		0 votes1 answer90 viewsQ: Error: cribsFactory.getCribs is not a FunctionI have this controller angular .module("ngCribs").controller("cribsController", function ($scope, cribsFactory) { $scope.cribs = cribsFactory.getCribs(); }); and that Factory…