Inventory refactor: group drag-n-drop now fully working.

This commit is contained in:
chris Houseknecht
2014-01-15 12:34:40 -05:00
parent 2ccecd16a7
commit 9bf941e8d4
4 changed files with 23 additions and 17 deletions

View File

@@ -56,7 +56,6 @@ angular.module('HostsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', 'H
SearchInit({ scope: scope, set: 'hosts', list: InventoryHosts, url: url });
PaginateInit({ scope: scope, list: InventoryHosts, url: url });
console.log('before call to hosts search')
scope.search(InventoryHosts.iterator);
}
}])