Custom inventory : Edit

fixed issue with list of custom inventories not updating correctly when a user saves an inv script they were editing
This commit is contained in:
Jared Tabor 2014-11-26 15:49:50 -05:00
parent fd443295dd
commit 18cb53cd26

View File

@ -297,7 +297,7 @@ function($compile, CustomInventoryList, Rest, Wait, GenerateList, CustomInventor
SearchInit({
scope: scope,
set: 'custum_inventories',
set: 'custom_inventories',
list: list,
url: url
});
@ -308,6 +308,7 @@ function($compile, CustomInventoryList, Rest, Wait, GenerateList, CustomInventor
});
scope.search(list.iterator);
Wait('stop');
})