UI bootstrap carousel first slide doesn't show then crashes at last slide

我怕爱的太早我们不能终老 提交于 2019-12-05 01:53:44

I was receiving a similar error, it was saying: "TypeError: Cannot read property 'slide' of undefined".

I followed one of the comments here and changed:

index="slide.id"

for

index="$index"

And that fixed the problem. I noticed this did not have an answer so I wanted to submit this.

the problem is in ids - the first id of your picture should be 0, and you will be just fine

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!