### I'm getting the date, but I can not play on my ngRepeat my code: `auditoriaService.find().then(function(res) { console.log(res); vm.audit = res.data; }) ` no ng-repeat I call it that: `<ul><li ng-repeat="a in vm.audit">{{a.name}}</li></ul>`
I'm getting the date, but I can not play on my ngRepeat
my code:
auditoriaService.find().then(function(res) { console.log(res); vm.audit = res.data; })no ng-repeat I call it that:
<ul><li ng-repeat="a in vm.audit">{{a.name}}</li></ul>