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);