所以我有一些想法,我想创建关于引号的firebase数据看起来像这样
quotes:{
ObjectId:{
title: "When there's a will there's a way"
},
ObjectId:{
title: "When there's a will there's a way"
}
}
我想要做的是,我想展示它,但随机褪色。 如果我们使用ng-repeat,它可能会显示所有这些。 我应该使用什么库的建议? 非常感谢你的帮助。
答案 0 :(得分:1)
您可以使用2ed数组。使用第一个数组的随机值填充2ed数组,并在2ed数组上使用bind your page / ng-repeat:)