I am facing an issue with rendering a list of request/response pairs in my controller using components(directives).
It appears that only string attributes are being passed to the component's scope, while objects are being ignored.
You can view the flawed code here: http://jsfiddle.net/4QWMq/
Any suggestions on how to resolve this and display lists correctly?