Merge "Fix broken tables"

This commit is contained in:
Jenkins 2015-11-09 18:51:55 +00:00 committed by Gerrit Code Review
commit a90ac92bed
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@ function tableSort($compile) {
controller.doSort();
};
/**
* @ngInject
*/
var controller = function($scope) {
var vm = this;
vm.sortFields = {};