I\'ve run into the exact same problem found in this question. However both answers did not work in my case.
Video of my problem: https://www.youtube.com/watch?v=Byjmwmam
I know this has been answered, but I have another solution.
Using the bootstrap.css:
This will remove the collapse class if required, but it will start off as hidden until angular can evaluate it. Otherwise use any class that sets display:none, and remove it with ng-class. 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
This will remove the collapse class if required, but it will start off as hidden until angular can evaluate it.
Otherwise use any class that sets display:none, and remove it with ng-class.