#581 fix document list data loading

- reduce amount of unnecessary data reloads
This commit is contained in:
Denys Vuika
2016-08-19 10:40:50 +01:00
parent cb5cac2cbc
commit 48edbea8ae
2 changed files with 1 additions and 14 deletions

View File

@@ -257,12 +257,6 @@ describe('DocumentList', () => {
expect(calls).toBe(1);
});
it('should reload on binding changes', () => {
spyOn(documentList, 'reload').and.stub();
documentList.ngOnChanges();
expect(documentList.reload).toHaveBeenCalled();
});
it('should execute context action on callback', () => {
let action = {
node: {},