我需要根据从服务器检索到的 JSON 值显示结果。
示例 Json:
[{
"keyword" : "Google Plus",
"value" : 10
},{
"keyword" : "Google",
"value" : 3
}]
默认情况下,Bootstrap 会这样做:
文本框:Goog
建议:
1-谷歌
2-谷歌加
但是我需要“Google Plus”首先出现,因为它具有更高的价值。
如果这很重要,我正在使用 Angular.js。