[Tables] Added timeouts to yield control to ui thread. Fixes #972

This commit is contained in:
Henry
2016-05-26 16:46:06 -07:00
parent dc577d4c24
commit d8a097a95a
3 changed files with 53 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
<div ng-controller="HistoricalTableController">
<div ng-controller="HistoricalTableController" ng-class="{'loading': loading}">
<mct-table
headers="headers"
rows="rows"