From 3efdbf0166ca46624c93eb0f137ec2b1ff757b8e Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 11 Sep 2015 12:24:30 -0400 Subject: [PATCH] (js) Fix mdColors module dependencies --- UI/WebServerResources/js/Common/mdColors.app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/WebServerResources/js/Common/mdColors.app.js b/UI/WebServerResources/js/Common/mdColors.app.js index b1f473b2f..2bbcd8bc2 100644 --- a/UI/WebServerResources/js/Common/mdColors.app.js +++ b/UI/WebServerResources/js/Common/mdColors.app.js @@ -11,7 +11,7 @@ var _$mdThemingProvider; angular - .module('mdColors', ['mdColors']) + .module('mdColors', ['ngMaterial']) .config(configure) .run(runBlock);