Hi,

In my 1.0.7 app, i uses $resource.query to get an object like this:

{

    "_id": "52e85cf3d2e14db108000001",

    "$vdo": {

      "url": "http:/sample.com",

      "code": "11111"

    }

  }


I can refer it {{$vdo.url}} in template, and I can see the object returned 
includes $vdo in Chrome's console

after upgrading to 1.2.10,  $vdo is not showing up in the console, and can 
not refer it as {{$vdo.url}}

if i change to $http, everything works, any idea why it is not working any 
more in $resource.query ?

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to