From c9bc948e07f44ed962ab381538dce76f1dd83c90 Mon Sep 17 00:00:00 2001
From: diosmosis <benaka@piwik.pro>
Date: Wed, 1 Oct 2014 21:44:41 -0700
Subject: [PATCH] Give piwik-translate directive higher priority so it can be
 combined w/ other directives.

---
 plugins/CoreHome/angularjs/common/directives/translate.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/CoreHome/angularjs/common/directives/translate.js b/plugins/CoreHome/angularjs/common/directives/translate.js
index cbf7896e9e..5a9588f7c6 100644
--- a/plugins/CoreHome/angularjs/common/directives/translate.js
+++ b/plugins/CoreHome/angularjs/common/directives/translate.js
@@ -24,6 +24,7 @@
 
     function piwikTranslate() {
         return {
+            priority: 1,
             restrict: 'A',
             compile: function(element, attrs) {
                 var parts = element.html().split('::'),
-- 
GitLab