There are no users matching your criteria.

Aucun utilisateur ne correspond à vos critères.

var controller = this; var today = new Date(); var dd = today.getDate(); var month = today.getMonth(); controller.month = month; this.results = []; results_manager.on('update', function(rsp){ controller.update({ results: rsp.results }); });