From 9165b5b2159e62bf715f4d942b46feb1f8b88321 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Wed, 21 Dec 2016 11:24:34 +1300 Subject: [PATCH] fix(dashboard): add missing dependency to Messages service (#402) --- app/components/dashboard/dashboardController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/dashboard/dashboardController.js b/app/components/dashboard/dashboardController.js index c48b76b1b..a875e0f36 100644 --- a/app/components/dashboard/dashboardController.js +++ b/app/components/dashboard/dashboardController.js @@ -1,6 +1,6 @@ angular.module('dashboard', []) -.controller('DashboardController', ['$scope', '$q', 'Config', 'Container', 'ContainerHelper', 'Image', 'Network', 'Volume', 'Info', -function ($scope, $q, Config, Container, ContainerHelper, Image, Network, Volume, Info) { +.controller('DashboardController', ['$scope', '$q', 'Config', 'Container', 'ContainerHelper', 'Image', 'Network', 'Volume', 'Info', 'Messages', +function ($scope, $q, Config, Container, ContainerHelper, Image, Network, Volume, Info, Messages) { $scope.containerData = { total: 0