From: Bill Erickson Date: Tue, 29 Apr 2014 18:57:47 +0000 (-0400) Subject: avoid no-op templates in grid X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c33a87334faae1e6185f92bf5bec46a5ba86102a;p=working%2FEvergreen.git avoid no-op templates in grid Signed-off-by: Bill Erickson --- 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,