From: Seamus Lee Date: Thu, 15 Feb 2018 20:54:52 +0000 (+1100) Subject: CRM-21759 Remove template variable as not needed and causing issues on Joomla in... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=af92a69e97b6ffeee98af91687e536fa46dc57bf;p=civicrm-core.git CRM-21759 Remove template variable as not needed and causing issues on Joomla in 4.7.30 --- diff --git a/ang/crmMailing/Templates.js b/ang/crmMailing/Templates.js index 2c5ff8c4cf..0c2b93dc26 100644 --- a/ang/crmMailing/Templates.js +++ b/ang/crmMailing/Templates.js @@ -7,7 +7,6 @@ scope: { ngRequired: '@' }, - templateUrl: '~/crmMailing/Templates.html', link: function(scope, element, attrs, ngModel) { scope.template = ngModel.$viewValue; @@ -129,4 +128,4 @@ }); -})(angular, CRM.$, CRM._); \ No newline at end of file +})(angular, CRM.$, CRM._);