unique filter broken with multi-word parameters?
未关闭
- 主要语言
- JavaScript
- 星标
- 2.9k
- 派生
- 319
- PR 合并指标
- 30 天内没有已合并 PR
描述
Hello, I have JSON data that includes multi-word parameters. When I try the unique filter in my ng-repeat I get the error that the second word in the parameter is an unexpected token.
Does the unique filter support multi-word keys/parameters? I've tried wrapping in single quotes, double curly braces to no avail.
(in the following, histConfig.column is a scope variable referring to a multi-word key in importedData)
ng-repeat="row in importedData | uniq:histConfig.column"
error msg:
Error: [$parse:syntax] Syntax Error: Token 'Provider' is an unexpected token at column 11 of the expression [Referring Provider] starting at [Provider].
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。