Angular bootstrap - 手风琴在关闭时显示内容

时间:2015-12-14 04:51:30

标签: angularjs accordion angular-bootstrap

这看起来非常简单,但我不明白为什么这个手风琴菜单总是在点击标题之前显示内容。我现在停止使用版本0.13.0。

<accordion close-others="true">
<accordion-group heading="{{ config.vin }}" ng-model="config.vin" ng-repeat="config in vm.accessor.customConfigs track by config.vin">
<p>hello</p> // always visible
</accordion-group>
</accordion>

0 个答案:

没有答案