I load the products in this controller ...
.controller('productosCtrl', function($scope, $http, $q, $location, $ionicLoading, Productos) {
Productos.productos().then(function(argument, $timeout) {
console.log(argument)
$sco...
asked by
20.10.2016 / 04:21