Merge pull request #161 from lorenzhs/fixmessagetext
Correctly set message text
This commit is contained in:
commit
0deb14fc84
1 changed files with 2 additions and 2 deletions
|
@ -238,8 +238,8 @@ models.service('models', ['$rootScope', '$filter', function($rootScope, $filter)
|
|||
}
|
||||
|
||||
var rtext = "";
|
||||
if (content[0] !== undefined) {
|
||||
rtext = content[0].text;
|
||||
for (var i = 0; i < content.length; ++i) {
|
||||
rtext += content[i].text;
|
||||
}
|
||||
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue