From 4fa089bb30db21affc7f0314b88e3ffc185904b0 Mon Sep 17 00:00:00 2001 From: eileen Date: Thu, 25 Feb 2021 20:03:25 +1300 Subject: [PATCH] Switch afform back to '=' to unbreak deduper https://github.com/eileenmcnaughton/deduper/pull/9 --- ext/afform/core/ang/afCore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/afform/core/ang/afCore.js b/ext/afform/core/ang/afCore.js index 9e4bceb31c..12836dde82 100644 --- a/ext/afform/core/ang/afCore.js +++ b/ext/afform/core/ang/afCore.js @@ -7,7 +7,7 @@ return function(camelName, meta, d) { d.restrict = 'E'; d.scope = {}; - d.scope.options = '<'; + d.scope.options = '='; d.link = { pre: function($scope, $el, $attr) { $scope.ts = CRM.ts(camelName); -- 2.25.1