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-groupheading="Keyboard controls">
638
+
</uib-accordion-group>
639
+
<uib-accordion-groupheading="Keyboard controls">
619
640
<divclass="row">
620
641
<divclass="col-xs-12 col-sm-6">
621
642
<h3>Demo</h3>
@@ -643,8 +664,8 @@ <h3>Code</h3>
643
664
</div>
644
665
</div>
645
666
</div>
646
-
</accordion-group>
647
-
<accordion-groupheading="Keyboard controls with single selection and search">
667
+
</uib-accordion-group>
668
+
<uib-accordion-groupheading="Keyboard controls with single selection and search">
648
669
<divclass="row">
649
670
<divclass="col-xs-12 col-sm-6">
650
671
<h3>Demo</h3>
@@ -684,8 +705,8 @@ <h3>Code</h3>
684
705
</div>
685
706
</div>
686
707
</div>
687
-
</accordion-group>
688
-
</accordion>
708
+
</uib-accordion-group>
709
+
</uib-accordion>
689
710
<h1>Full API Documentation</h1>
690
711
<h2>Attributes</h2>
691
712
<p>List of allowed attributes, you can find more information about them in the usage examples above.</p>
@@ -835,7 +856,7 @@ <h2>Settings</h2>
835
856
<td>closeOnDeselect</td>
836
857
<td>Boolean</td>
837
858
<td>false</td>
838
-
<td>Indicates if to close the dropdown after unchecking an item on the list.</td>
859
+
<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