better text for action

This commit is contained in:
Girish Ramakrishnan
2016-04-30 19:49:50 -07:00
parent 5c2a650681
commit fd1a00d280
4 changed files with 46 additions and 10 deletions

View File

@@ -10,9 +10,6 @@ angular.module('Application').controller('ActivityController', ['$scope', '$loca
if (error) return console.error(error);
$scope.eventLogs = eventLogs;
$scope.eventLogs.forEach(function (e) {
e.details = Object.keys(e.data).map(function (k) { return k + ':' + e.data[k]; }).join(' ');
});
});
}