From 2fe878cce47978489c0fcee257171a1845767a5b Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 23 Dec 2016 01:37:48 -0500 Subject: [PATCH] LP#1117808: fix marcXml binding for egRecordBreaker This patch makes the binding of the marcXml attribute in the egRecordBreaker directive dynamic. Signed-off-by: Galen Charlton Signed-off-by: Kathy Lussier --- Open-ILS/web/js/ui/default/staff/cat/services/record.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/staff/cat/services/record.js b/Open-ILS/web/js/ui/default/staff/cat/services/record.js index 590dea3794..81a8cf7acd 100644 --- a/Open-ILS/web/js/ui/default/staff/cat/services/record.js +++ b/Open-ILS/web/js/ui/default/staff/cat/services/record.js @@ -81,7 +81,7 @@ angular.module('egCoreMod') template : '
{{breaker}}
', scope : { recordId : '=', - marcXml : '@', + marcXml : '=', }, link : function(scope, element, attrs) { scope.element = angular.element(element); -- 2.43.2