Browse Source

fixed promises name

tags/0.1.0
Robin Thoni 8 years ago
parent
commit
ac0d8fb35c
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/lutable.js

+ 2
- 2
src/lutable.js View File

@@ -16,11 +16,11 @@ angular.module('luticateUtils')
16 16
                     $scope.selectedItems = [];
17 17
 
18 18
                     var promiseLoadItems = {
19
-                        id: "promiseLoadItems",
19
+                        id: "promiseLoadItems_" + $scope.$id,
20 20
                         groups: ['itemList']
21 21
                     };
22 22
                     var promiseDelItems = {
23
-                        id: "promiseDelItems",
23
+                        id: "promiseDelItems_" + $scope.$id,
24 24
                         loadGroups: ['itemList']
25 25
                     };
26 26
 

Loading…
Cancel
Save