Make sure extra property doesn't show as fact

This commit is contained in:
Joe Fiorini 2015-06-03 14:16:50 -04:00
parent b84bba19f8
commit 4b93601b30

View File

@ -126,6 +126,9 @@ function controller($rootScope,
};
}
delete facts[0].position;
delete facts[1].position;
// all scans have data, rejoice!
return facts;