From c33a87334faae1e6185f92bf5bec46a5ba86102a Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 29 Apr 2014 14:57:47 -0400 Subject: [PATCH] avoid no-op templates in grid Signed-off-by: Bill Erickson --- Open-ILS/web/js/ui/default/staff/services/grid.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/Open-ILS/web/js/ui/default/staff/services/grid.js b/Open-ILS/web/js/ui/default/staff/services/grid.js index 58481103d3..6203b7b739 100644 --- a/Open-ILS/web/js/ui/default/staff/services/grid.js +++ b/Open-ILS/web/js/ui/default/staff/services/grid.js @@ -596,7 +596,6 @@ angular.module('egGridMod', label : '@', // optional; display label flex : '@' // optional; default flex width }, - template : '
', // NOOP template link : function(scope, element, attrs, egGridCtrl) { // boolean fields are presented as value-less attributes @@ -634,7 +633,6 @@ angular.module('egGridMod', label : '@', // Action label handler : '=' // Action function handler }, - template : '
', // NOOP template link : function(scope, element, attrs, egGridCtrl) { egGridCtrl.addAction({ label : scope.label, -- 2.11.0