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
* fix accordion demo for last panel
* last panel was previously the markup example so moving just the close toggle
was not sufficient and moving the markup as well would have rendered that
specific accordion example obsolete. so this restores the markup accordion
back to original and moves to the last accordion example.
Closesangular-ui#4344
I can have markup, too! <iclass="pull-right glyphicon" ng-class="{'glyphicon-chevron-down': status.open, 'glyphicon-chevron-right': !status.open}"></i>
42
-
</accordion-heading>
43
-
This is just some content to illustrate fancy headings.
<p>Please, to delete your account, click the button below</p>
50
44
<buttonclass="btn btn-danger">Delete</button>
51
45
</accordion-group>
46
+
<accordion-groupis-open="status.open">
47
+
<accordion-heading>
48
+
I can have markup, too! <iclass="pull-right glyphicon" ng-class="{'glyphicon-chevron-down': status.open, 'glyphicon-chevron-right': !status.open}"></i>
49
+
</accordion-heading>
50
+
This is just some content to illustrate fancy headings.
0 commit comments