From 36bd3f7f37a2bf670789439f7552551cf03dc677 Mon Sep 17 00:00:00 2001 From: Michael McAndrew Date: Wed, 6 Sep 2017 19:47:10 +0100 Subject: [PATCH] Fixing type (missing function call) in example for hook_civicrm_alterAngular --- CRM/Utils/Hook.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Utils/Hook.php b/CRM/Utils/Hook.php index 1484a1fdaf..e297a80426 100644 --- a/CRM/Utils/Hook.php +++ b/CRM/Utils/Hook.php @@ -2138,6 +2138,7 @@ abstract class CRM_Utils_Hook { * $doc->find('[ng-form="crmMailingSubform"]')->attr('cat-stevens', 'ts(\'wild world\')'); * }) * ); + * $angular->add($changeSet); * } * @endCode */ -- 2.25.1