Browse Source

fixed item delete loader

tags/0.1.0
Robin Thoni 8 years ago
parent
commit
49d37b5edd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/luedittable.js

+ 1
- 1
src/luedittable.js View File

@@ -55,7 +55,7 @@ angular.module('luticateUtils')
55 55
                         }
56 56
                         var promiseDelItems = {
57 57
                             id: "promiseDelItems",
58
-                            loadGroups: [$scope.tableOptions.luBusy.group]
58
+                            loaderGroups: [$scope.tableOptions.luBusy.group]
59 59
                         };
60 60
                         var item = $scope.tableOptions.checkedItems[0];
61 61
                         $scope.tableOptions.getDelPromise(item, promiseDelItems)

Loading…
Cancel
Save