From c9fd579b06dfb4194156c1e0e13bea0c43be9bae Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Thu, 4 Jan 2018 11:17:44 -0500 Subject: [PATCH] Remove single bind on time-ago component The component is occasionally used for date times that change, so we cannot single bind Fixes https://jira.coreos.com/browse/QS-104 --- static/js/directives/ui/time-ago/time-ago.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/js/directives/ui/time-ago/time-ago.component.html b/static/js/directives/ui/time-ago/time-ago.component.html index 0748eee21..254f49565 100644 --- a/static/js/directives/ui/time-ago/time-ago.component.html +++ b/static/js/directives/ui/time-ago/time-ago.component.html @@ -1,6 +1,6 @@ - - + + - Unknown + Unknown \ No newline at end of file