humanitiesplusdesign / palladio

An application that brings humanities research methods to data visualization.
BSD 3-Clause "New" or "Revised" License
170 stars 31 forks source link

Find out why save files in alpha.02/alpha.03 aren't reloading #72

Closed esjewett closed 8 years ago

esjewett commented 8 years ago

See Voltaire data example.

esjewett commented 8 years ago

Dies at

reader.onload = function() {
  var json = JSON.parse(reader.result);
  loadService.loadJson(json);
  scope.$apply(function(s) {
    s.load(json);
  });
};