Explorar el Código

uncheck all items when reloading

tags/0.1.0
Robin Thoni hace 8 años
padre
commit
229af41b11
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/lubasictable.js
  2. 0
    0
      src/luedittable.js

+ 1
- 1
src/lubasictable.js Ver fichero

@@ -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 Ver fichero


Loading…
Cancelar
Guardar