You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 16, 2019. It is now read-only.
This example shows a demostration of access and set the search filter from outside the directive.
@@ -553,8 +574,8 @@ <h3>Code</h3>
553
574
</div>
554
575
</div>
555
576
</div>
556
-
</accordion-group>
557
-
<accordion-groupheading="Checkboxes List">
577
+
</uib-accordion-group>
578
+
<uib-accordion-groupheading="Checkboxes List">
558
579
<divclass="row">
559
580
<divclass="col-xs-12">
560
581
You can also use a checkboxes list by adding "checkboxes" attribute to your element!
@@ -585,8 +606,8 @@ <h3>Code</h3>
585
606
</div>
586
607
</div>
587
608
</div>
588
-
</accordion-group>
589
-
<accordion-groupheading="Style active items">
609
+
</uib-accordion-group>
610
+
<uib-accordion-groupheading="Style active items">
590
611
<divclass="row">
591
612
<divclass="col-xs-12 col-sm-6">
592
613
<h3>Demo</h3>
@@ -614,8 +635,8 @@ <h3>Code</h3>
614
635
</div>
615
636
</div>
616
637
</div>
617
-
</accordion-group>
618
-
</accordion>
638
+
</uib-accordion-group>
639
+
</uib-accordion>
619
640
<h1>Full API Documentation</h1>
620
641
<h2>Attributes</h2>
621
642
<p>List of allowed attributes, you can find more information about them in the usage examples above.</p>
@@ -765,7 +786,7 @@ <h2>Settings</h2>
765
786
<td>closeOnDeselect</td>
766
787
<td>Boolean</td>
767
788
<td>false</td>
768
-
<td>Indicates if to close the dropdown after unchecking an item on the list.</td>
789
+
<td>Indicates if to close the dropdown after unchecking an item on the list. With selectionLimit = 1 setting this to true does the same as setting closeOnSelect to true.</td>
0 commit comments