diff --git a/client/ticket/src/component/index.html b/client/ticket/src/component/index.html
index 13aef9362..3c24259af 100644
--- a/client/ticket/src/component/index.html
+++ b/client/ticket/src/component/index.html
@@ -24,17 +24,17 @@
- Base {{::$ctrl.base() | currency:'€':3}}
+ Base {{$ctrl.base() | currency:'€':3}}
|
- Margin {{::$ctrl.profitMargin() | currency:'€':3}}
+ Margin {{$ctrl.profitMargin() | currency:'€':3}}
|
- Total {{::$ctrl.total() | currency:'€':3}}
+ Total {{$ctrl.total() | currency:'€':3}}
|