feathersjs-ecosystem / client

[MOVED] Client side Feathers build
https://github.com/feathersjs/feathers
MIT License
111 stars 27 forks source link

help data - angularjs #210

Closed GlauberF closed 6 years ago

GlauberF commented 6 years ago

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>

daffl commented 6 years ago

This is a framework question that is probably better answered on Slack or Stackoverflow.