Skip to content

Commit

Permalink
Merge pull request #3874 from davisb10/patch-3
Browse files Browse the repository at this point in the history
Update messagesdemo.html
  • Loading branch information
cagataycivici authored Sep 12, 2017
2 parents 77800aa + d5fad2f commit 6bceb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/components/messages/messagesdemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h3>Message Service</h3>
&#125;

addMultiple() &#123;
this.messageService.addAdd([&#123;severity:'success', summary:'Service Message', detail:'Via MessageService'&#125;,
this.messageService.addAll([&#123;severity:'success', summary:'Service Message', detail:'Via MessageService'&#125;,
&#123;severity:'info', summary:'Info Message', detail:'Via MessageService'&#125;]);
&#125;

Expand Down

0 comments on commit 6bceb74

Please sign in to comment.