Added 'Loading...' message to all lists and sublists.

This commit is contained in:
chouseknecht
2013-05-26 23:36:54 -04:00
parent 9e519400bc
commit 2a0f528954
6 changed files with 17 additions and 2 deletions

View File

@@ -97,6 +97,7 @@ angular.module('SearchHelper', ['RestServices', 'Utilities', 'RefreshHelper'])
// need to be able to search by related set. Ex: /api/v1/inventories/?organization__name__icontains=
//
scope[iterator + 'SearchSpin'] = true;
scope[iterator + 'Loading'] = true;
scope[iterator + 'SearchParms'] = '';
var url = defaultUrl;
if ( (scope[iterator + 'SelectShow'] == false && scope[iterator + 'SearchValue'] != '' && scope[iterator + 'SearchValue'] != undefined) ||