Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Update demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Ludlow committed Aug 5, 2016
1 parent dd70d38 commit ba01fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/modal-demo.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h2>Configuration</h2>
<button type="button" class="btn btn-default" (click)="animation = !animation">Toggle Animation ({{ animation }})</button>
<button type="button" class="btn btn-default" (click)="keyboard = !keyboard">Toggle Keyboard ({{ keyboard }})</button>
<button type="button" class="btn btn-default" (click)="index = index + 1; backdrop = backdropOptions[index%3]">Toggle Backdrop ({{ backdrop }})</button>
<button type="button" class="btn btn-default" (click)="cssClass = css ? '' : 'red-text'; css = !css">Custom CSS ({{ cssClass }})</button>
<button type="button" class="btn btn-default" (click)="cssClass = css ? '' : 'red-text'; css = !css">Toggle CSS Class ({{ cssClass ? cssClass : 'none' }})</button>
</p>
<br />

Expand Down

0 comments on commit ba01fd6

Please sign in to comment.