gpt4 book ai didi

angularjs - 指令 'accordion' 要求的 Controller 'accordionGroup' 在 ui-bootstrap 中找不到错误

转载 作者:行者123 更新时间:2023-12-03 08:00:13 27 4
gpt4 key购买 nike

我正在为 Accordion 使用 ui-bootstrap,我在 app.js 中包含了 ui.bootstrap。我收到这个错误 -找不到指令“accordionGroup”所需的 Controller “accordion”!

这是我使用的代码-

    <accordian close-others="oneAtATime">
<accordion-group is-open="false" heading="Requests">
<div ng-repeat="">
< accordion-group heading="">
<table class="table table-striped table-bordered">
<thead>
<tr>
<th>H</th>
<th>C</th>
</tr>
</thead>
<tbody>
<tr ng-repeat="" ng-init="inner=$index">
<td>{{}}</td>
<td>{{}}</td>
</tr>
</tbody>
</table>
</accordion-group>
</div>
</accordion-group>
</accordian>

最佳答案

<accordian close-others="oneAtATime">
^
You got a typo here

关于angularjs - 指令 'accordion' 要求的 Controller 'accordionGroup' 在 ui-bootstrap 中找不到错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31107886/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com