init cached patrons list for testing
authorBill Erickson <berick@esilibrary.com>
Tue, 6 May 2014 14:09:16 +0000 (10:09 -0400)
committerBill Erickson <berick@esilibrary.com>
Tue, 6 May 2014 14:09:16 +0000 (10:09 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/web/js/ui/default/staff/circ/patron/app.js

index 74ebfad..394bc26 100644 (file)
@@ -106,6 +106,9 @@ angular.module('egPatronApp', ['ngRoute', 'ui.bootstrap',
 function($q , $timeout , egCore,  egUser) {
 
     var service = {
+        // cached patron search results
+        patrons : [],
+
         // currently selected patron object
         current : null,