Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordizzy <diosmosis@users.noreply.github.com>2022-04-05 14:23:10 +0300
committerGitHub <noreply@github.com>2022-04-05 14:23:10 +0300
commit10409169a1b4b891d188db98823297648003b0df (patch)
tree28f7833cd16b46e318ea8277893548d8ee5f69ff /plugins/Morpheus
parent9d6d7a98516943c280c35a3f5f014d371734c5d0 (diff)
[Vue] migrate campaign builder directive to vue (#19004)
* migrate campaign builder directive to vue * fix angularjs/vue binding combinations * fix spacing and make sure adapter is exported * fix variable reference * fix reset of generated URL * update expected screenshots * fix ui test * update expected screenshots Co-authored-by: sgiehl <stefan@matomo.org>
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/javascripts/piwikHelper.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Morpheus/javascripts/piwikHelper.js b/plugins/Morpheus/javascripts/piwikHelper.js
index b80c550df0..ca83ba9cb0 100644
--- a/plugins/Morpheus/javascripts/piwikHelper.js
+++ b/plugins/Morpheus/javascripts/piwikHelper.js
@@ -188,6 +188,8 @@ window.piwikHelper = {
throw new Error('Unknown component in vue-entry: ' + entry);
}
+ $(this).attr('ng-non-bindable', '');
+
var paramsStr = '';
var componentParams = {};