mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 22:38:51 +00:00
(js) Fix mdColors module dependencies
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
var _$mdThemingProvider;
|
||||
|
||||
angular
|
||||
.module('mdColors', ['mdColors'])
|
||||
.module('mdColors', ['ngMaterial'])
|
||||
.config(configure)
|
||||
.run(runBlock);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user