(js) Fix mdColors module dependencies

This commit is contained in:
Francis Lachapelle
2015-09-11 12:24:30 -04:00
parent 348c81bf6c
commit 3efdbf0166

View File

@@ -11,7 +11,7 @@
var _$mdThemingProvider;
angular
.module('mdColors', ['mdColors'])
.module('mdColors', ['ngMaterial'])
.config(configure)
.run(runBlock);