Skip to content

Commit

Permalink
minor improvement in browse component
Browse files Browse the repository at this point in the history
  • Loading branch information
imktks committed Feb 19, 2016
1 parent 494e153 commit 68eadaf
Show file tree
Hide file tree
Showing 5 changed files with 1,344 additions and 2 deletions.
3 changes: 1 addition & 2 deletions demo/js/yds-lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,7 @@ app.factory('Data', ['$http', '$q', function ($http, $q) {
return colors[index];
}, getBrowseData: function () {
var deferred = $q.defer();
var serverURL = "http://ydsdev.iit.demokritos.gr/YDSComponents/data/browse_pilot1_new.json";
//serverURL = "../data/browse_pilot1_new.json";
var serverURL = "data/browse_pilot1_new.json";

$http({
method: 'GET',
Expand Down
Loading

0 comments on commit 68eadaf

Please sign in to comment.