From 919955d4d01d7e08d9e85ae3de6113aa9b33a136 Mon Sep 17 00:00:00 2001 From: bobyenser Date: Mon, 16 Mar 2015 11:24:41 -0400 Subject: [PATCH] Update code.js If rows are split across pages and the grid is sorted, the checkbox is no longer checked. Might not be the best approach, but it works in my application. --- sections/plugins/code.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/plugins/code.js b/sections/plugins/code.js index a5eb17c..639568c 100644 --- a/sections/plugins/code.js +++ b/sections/plugins/code.js @@ -8,7 +8,7 @@ app.controller('customCtrl', ['$scope', function (scope) { app.directive('csSelect', function () { return { require: '^stTable', - template: '', + template: '', scope: { row: '=csSelect' },