Consume DSP json results from DF in AngularJs

Hi i get no error at all!

The snippet i posted was exactly the html output i got with a DSP call

Item List
[{“id”:1,“name”:“Fabrissios”,“email”:“fabrissio@provider.it”,“mobile”:“323232323”},{“id”:2,“name”:“alessios”,“email”:“alessio@provider.it”,“mobile”:“39i4394394398”}]

if i run the same script on

http://jsonplaceholder.typicode.com/users

the ng-repeat directive can address correctly any attribute of Json , if i use DSP json stream, i can’t

Just the Json format seems to be not recognized by AngularJs, This sound strange to me.
It seems, at first sight, that i can’t consume DSP json streams natively via Angular but some operations must be performed in turn to get this job done.

It’s strange because other online restful services are immediately usable via Angular with the same ,exact, script i posted ( as the above mentioned http://jsonplaceholder.typicode.com/users )

That’s why i was asking and wondering! If i cand find a way, DF can be presented like a standard way of getting a restful backend on any data provider!

Thank you for your time and patience
Fabrizio