From 674046fc7dcc79906b74d855a63d6b55c48bfbe8 Mon Sep 17 00:00:00 2001 From: Josef Citrine Date: Sat, 28 May 2016 21:43:04 +0100 Subject: [PATCH] Switched to one time binding I am commiting this as I'm playing overwatch. Tracer is best hero --- public/templates/notifications/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/templates/notifications/index.html b/public/templates/notifications/index.html index bba59188..33fc5cf5 100644 --- a/public/templates/notifications/index.html +++ b/public/templates/notifications/index.html @@ -1,4 +1,4 @@
- -

{{ notification.text }}

+ +

{{ ::notification.text }}

\ No newline at end of file