Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
FloGou committed Jul 4, 2016
1 parent 3a3a431 commit bd9286a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion table.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ module.directive('zlTable', ['$compile', '$timeout', '$templateCache', function
dropColumn: dropColumn,
availableColumns: $scope.availableColumns,
areAllSelected: areAllSelected,
isSortable: isSortable
isSortable: isSortable,
getIdValue:getIdValue
})

// init()
Expand Down
Loading

0 comments on commit bd9286a

Please sign in to comment.