我可以在html中访问我的$ scope.token变量。
{{token}} <!--this works. gives me needed optput-->
<iframe ng-src="http://{{token}}@xxx...." width="100%" id="test">
</iframe> <!--this does not work. gives me error-->
我知道这一定是非常简单的事情,但我是新手,所以不知道。如果有人知道这一点,请告诉我如何在双引号中使用此变量。