projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c06bc2
)
CRM-21759 Remove template variable as not needed and causing issues on Joomla in...
author
Seamus Lee
<seamuslee001@gmail.com>
Thu, 15 Feb 2018 20:54:52 +0000
(07:54 +1100)
committer
Seamus Lee
<seamuslee001@gmail.com>
Thu, 15 Feb 2018 20:54:52 +0000
(07:54 +1100)
ang/crmMailing/Templates.js
patch
|
blob
|
blame
|
history
diff --git
a/ang/crmMailing/Templates.js
b/ang/crmMailing/Templates.js
index 2c5ff8c4cfbff3fbf33aa22d81c75b1923e80a49..0c2b93dc2663f360533c6a532fb8149a97e059ae 100644
(file)
--- 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._);