Skip to content

Commit

Permalink
Fix WebRTC chat
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGoncharov committed Jun 30, 2017
1 parent 211dfd5 commit ed3ba00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"angularjs-slider": "^6.1.0",
"angular-swiper": "^0.4.0",
"angular-ui-select": "^0.19.8",
"fabric.js": "fabric#^1.7.12"
"fabric.js": "fabric#^1.7.14"
}
}
2 changes: 1 addition & 1 deletion src/app/pulsetileui/pages/events/events-detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ <h3 class="panel-title">Chat</h3>
<div class="form-group">
<label class="control-label">Chat History:</label>
<div class="form-control-static">
<ul ng-if="messages list-reset">
<ul class="list-reset">
<li ng-repeat="message in messages">{{message.timestamp}} - {{message.author}}: {{message.message}}</li>
</ul>
</div>
Expand Down

0 comments on commit ed3ba00

Please sign in to comment.