[Time Conductor] Refactored time of interest as optional generic behavior of MctTable

This commit is contained in:
Henry
2016-10-07 14:51:59 -07:00
parent dfbbc3b0c5
commit 51a95575f7
6 changed files with 58 additions and 44 deletions

View File

@ -86,6 +86,8 @@ define(
'$timeout',
'$element',
'exportService',
'formatService',
'timeConductor',
MCTTableController
],
controllerAs: "table",
@ -95,7 +97,7 @@ define(
enableFilter: "=?",
enableSort: "=?",
autoScroll: "=?",
onRowClick: "&"
timeColumns: "=?"
}
};
}