From 4f9d2fbde3a653eaab7056453f3b082d7d22c419 Mon Sep 17 00:00:00 2001 From: jaredevantabor Date: Fri, 16 Dec 2016 13:44:54 -0800 Subject: [PATCH] adding moment as a dependency for workflow chart directive it was throwing a console error --- .../workflows/workflow-chart/workflow-chart.directive.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/src/templates/workflows/workflow-chart/workflow-chart.directive.js b/awx/ui/client/src/templates/workflows/workflow-chart/workflow-chart.directive.js index 331543e7b2..01b935127a 100644 --- a/awx/ui/client/src/templates/workflows/workflow-chart/workflow-chart.directive.js +++ b/awx/ui/client/src/templates/workflows/workflow-chart/workflow-chart.directive.js @@ -4,8 +4,8 @@ * All Rights Reserved *************************************************/ -export default [ '$state', - function($state) { +export default [ '$state','moment', + function($state, moment) { return { scope: {