Skip to content

Commit

Permalink
fix(docs): fixed closing html tags in message README.md (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraJaoude authored and emoralesb05 committed Jun 30, 2017
1 parent 5a20fa9 commit 4d15d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/platform/core/message/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Example for HTML usage:

```html
<td-message #message label="Label" sublabel="Sublabel goes here" icon="warning" color="primary | blue | red" [opened]="true">
<button td-message-actions md-button>View More<button>
<button td-message-actions md-button (click)="message.close()">Close<button>
<button td-message-actions md-button>View More</button>
<button td-message-actions md-button (click)="message.close()">Close</button>
// .. body goes here
</td-message>
```

0 comments on commit 4d15d69

Please sign in to comment.