Javascript AngularJS(Angular1)如果conversation.phoneNumber不为空,如何显示粗体文本,如果为空,如何显示普通文本?

Javascript AngularJS(Angular1)如果conversation.phoneNumber不为空,如何显示粗体文本,如果为空,如何显示普通文本?,javascript,angularjs,Javascript,Angularjs,我维护AngularJS(Angular1)web应用程序 var对话={ “发件人”:客户名称, “日期”:日期, “customerId”:customerId, “电子邮件”:电子邮件, “阿凡达”:“静态/图像/阿凡达-6.jpg”, “内容”:msgClient, “id”:\u客户端会话, “ssend”:“, “ssendchat”:错误, “isread”:错误, “isselected”:isselected, “typemessage”:typemessage, “queue

我维护AngularJS(Angular1)web应用程序

var对话={
“发件人”:客户名称,
“日期”:日期,
“customerId”:customerId,
“电子邮件”:电子邮件,
“阿凡达”:“静态/图像/阿凡达-6.jpg”,
“内容”:msgClient,
“id”:\u客户端会话,
“ssend”:“,
“ssendchat”:错误,
“isread”:错误,
“isselected”:isselected,
“typemessage”:typemessage,
“queuename”:queuename,
“队列ID”:队列ID,
“containPhone”:containPhone,
“电话号码”:电话号码,
“cusFullName”:cusFullName
};
我需要


如果
conversation.phoneNumber
为空,则

我想要
conversation.content
是粗体文本,如果
conversation.phoneNumber
不为空