[Tables] #972 Refactored to simplify code. Fixes #972

This commit is contained in:
Henry
2016-06-14 16:34:07 -07:00
parent 01c85cb58d
commit 79406cf1ed
4 changed files with 87 additions and 85 deletions

View File

@ -91,6 +91,7 @@ define(
self.$scope.rows.length - 1);
}
});
this.$scope.loading = false;
};
return RealtimeTableController;