I have a factory that obtains the data from a WebAPI, it returns all the data, but the filter does not work:
myApp.factory('Canchas', function($http){
var Canchas = {};
Canchas.list = [];
Canchas.getDataFromServer = function getDataFromServe...
asked by
04.03.2016 / 18:41