Switch afform back to '=' to unbreak deduper
authoreileen <emcnaughton@wikimedia.org>
Thu, 25 Feb 2021 07:03:25 +0000 (20:03 +1300)
committereileen <emcnaughton@wikimedia.org>
Thu, 25 Feb 2021 07:03:40 +0000 (20:03 +1300)
https://github.com/eileenmcnaughton/deduper/pull/9

ext/afform/core/ang/afCore.js

index 9e4bceb31cd31e85f5d9f47f26d78c345f601991..12836dde82147b02f52bd55713db240e8d88fb6b 100644 (file)
@@ -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);