标签: html angularjs
我尝试做的是动态地在源中呈现评论。这是我尝试过的:
在控制器中:
$scope.releaseVersion = 'v4.1.0'
在html中
"<!-- Software {{releaseVersion}} -->"
但这只是呈现未绑定的变量名称。