in public/javascripts/app/controllers/SnapshotContentCtrl.js [55:63]
function loadContent(systemId, contentId, timestamp) {
SnapshotModels
.getSnapshot(systemId, contentId, timestamp)
.then((model) => {
displayContent(model)
})
.catch((err) => mediator.publish('error', err));
}