So I want to use a variable inside a iframe src or ng-src attribute. Apparently none of my variables get ever recognized, whatever I use. For example `
<iframe ng-src="http://www.example.com/?name={{test}}">
</iframe>
where test just get displayed as {{test}} ....
Also when I use $sce to use it as a trusted url it doesn't work, same goes for normal src..
Is there something I don't see? Is there something about Iframes and angularjs? Please share, its really annoying.
Thnx in advance.