Skip to content

Commit

Permalink
fix(docs): fix wrong delete «mc-button» text
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeozornin committed Jan 16, 2020
1 parent a7281d1 commit c5d8e27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/mosaic-dev/tree/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
}
</style>

<button (click)="modelValue = 'Applications'">set modelValue = Applications</button>
<button (click)="modelValue = 'Application'">set modelValue = Application</button>
<button mc-button (click)="modelValue = 'Applications'">set modelValue = Applications</button>
<button mc-button (click)="modelValue = 'Application'">set modelValue = Application</button>
<br>
<br>
<button (click)="disableState = !disableState">toggle disableState</button>
<button mc-button (click)="disableState = !disableState">toggle disableState</button>

<br><br><br>

Expand Down

0 comments on commit c5d8e27

Please sign in to comment.