Tweaked modal dialog header. Made it not quite so overbearing. Still not happy with it though.

This commit is contained in:
chouseknecht
2013-06-20 13:45:37 -04:00
parent 89fe5c39e4
commit 4da0beb6e7
2 changed files with 7 additions and 7 deletions

View File

@@ -82,6 +82,7 @@ angular.module('LookUpHelper', [ 'RestServices', 'Utilities', 'SearchHelper', 'P
listScope[list.iterator + "_" + id + "_class"] = "success";
}
}
SearchInit({ scope: listScope, set: list.name, list: list, url: defaultUrl });
PaginateInit({ scope: listScope, list: list, url: defaultUrl, mode: 'lookup' });
listScope.search(list.iterator);