Angulajrs:将html文件内容设置为变量

时间:2016-05-06 14:01:52

标签: javascript html angularjs

我需要发送一封Angularjs的电子邮件。

$window.open("mailto:"+ emailId + "?subject=" + subject+"&body="+message,"_self");

正文存储在HTML文件中,其内容为:

<p>Hello</p>
<p>This is a test mail template</p></div>
<p>I hope you can help me on this</p>
<p>Thank you </p>
<p>Good bye</p>

如何将此文件的html内容加载到消息变量中?

谢谢。

0 个答案:

没有答案