stop refetching when fields change in discover, closes #90

This commit is contained in:
Spencer Alger 2014-05-21 13:07:41 -07:00
parent 921a48ca58
commit 17318e61ed

View file

@ -344,7 +344,8 @@ define(function (require) {
return;
}
$scope.fetch();
// since we fetch all fields, adding/removing fields does not require another fetch
// $scope.fetch();
}
// TODO: Move to utility class