angular js プロジェクトのテンプレートでセマンティック ui アコーディオンを使用しています。
<div class="ui accordion">
<div class="active title">
<i class="dropdown icon"></i>
What is a dog?
</div>
<div class="active content">
<p>A dog is a type of domesticated animal. Known for its loyalty and faithfulness, it can be found as a welcome guest in many households across the world.</p>
</div>
<div class="title">
<i class="dropdown icon"></i>
Content
</div>
<div class="active content">
<p>A dog is a type of domesticated animal. Known for its loyalty and faithfulness, it can be found as a welcome guest in many households across the world.</p>
</div>
</div>
問題は、アコーディオンをクリックして開く必要がなく、両方のコンテンツが開いた状態になっていることです。私がしなければならない変更は何ですか?