Fix broken tables
Due to the minification of JavaScript, and the lack of the @ngInject annotation, tables were broken in production. Change-Id: I6e50e2c5a4c30e07238ad6e6e34dd914cfe54aa3
This commit is contained in:
parent
86af51f927
commit
695d258101
@ -81,6 +81,9 @@ function tableSort($compile) {
|
||||
controller.doSort();
|
||||
};
|
||||
|
||||
/**
|
||||
* @ngInject
|
||||
*/
|
||||
var controller = function($scope) {
|
||||
var vm = this;
|
||||
vm.sortFields = {};
|
||||
|
Loading…
Reference in New Issue
Block a user