CRM-21759 Remove template variable as not needed and causing issues on Joomla in...
authorSeamus Lee <seamuslee001@gmail.com>
Thu, 15 Feb 2018 20:54:52 +0000 (07:54 +1100)
committerSeamus Lee <seamuslee001@gmail.com>
Thu, 15 Feb 2018 20:54:52 +0000 (07:54 +1100)
ang/crmMailing/Templates.js

index 2c5ff8c4cfbff3fbf33aa22d81c75b1923e80a49..0c2b93dc2663f360533c6a532fb8149a97e059ae 100644 (file)
@@ -7,7 +7,6 @@
           scope: {
             ngRequired: '@'
           },
-          templateUrl: '~/crmMailing/Templates.html',
           link: function(scope, element, attrs, ngModel) {
             scope.template = ngModel.$viewValue;
 
 
 
   });
-})(angular, CRM.$, CRM._);
\ No newline at end of file
+})(angular, CRM.$, CRM._);