【发布时间】:2016-01-04 05:41:25
【问题描述】:
我有数组中的值,单词之间有空格得到错误我替换了问题将解决的空格,但在 U.I 中我想在空格中显示它。
代码
<td ng-repeat="measure in subsystem.measures track by $index" ng-show={{measure.measureType}}>
<h4><b>{{measure.measureType}}</b> </h4>
</td>
价值:EB 账单`
错误:
[$parse:syntax] Syntax Error: Token 'Bill' is an unexpected token at column 5 of the expression [EB Bill] starting at [Bill].
【问题讨论】:
-
显示一些示例数据,问题没有意义
-
为什么不用css类来造成差距?
标签: javascript arrays angularjs