The parent makes some computation before passing down the attribute
<parent>
<child src={compute(opts.src)}></child>
</parent>
It doesn't work.
http://plnkr.co/edit/MguuodHHRlVytnikQKZ7?p=preview
How to achieve this?
It is very basic fixture in Web Component.