Browse Source

uncheck all items when reloading

tags/0.1.0
Robin Thoni 8 years ago
parent
commit
229af41b11
2 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/lubasictable.js
  2. 0
    0
      src/luedittable.js

+ 1
- 1
src/lubasictable.js View File

@@ -71,7 +71,7 @@ angular.module('luticateUtils')
71 71
                     }
72 72
 
73 73
                     $scope.loadPage = function (page) {
74
-
74
+                        $scope.tableOptions.checkedItems = [];
75 75
                         var promiseLoadItems = {
76 76
                             id: "promiseLoadItems",
77 77
                             groups: [$scope.tableOptions.luBusy.group]

src/lutable.js → src/luedittable.js View File


Loading…
Cancel
Save