Skip to content

Commit

Permalink
merge #43 #44
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Jump committed Sep 23, 2019
1 parent a33faa0 commit 3c58403
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@

uSync8DashboardService.getAddOns()
.then(function (result) {

vm.page.description = 'v' + result.data.Version;
if (result.data.AddOnString.length > 0) {
vm.page.description = 'v' + result.data.Version + ' + ' + result.data.AddOnString;
vm.page.description += ' + ' + result.data.AddOnString;
}
vm.addOns = result.data.AddOns;

Expand Down

0 comments on commit 3c58403

Please sign in to comment.