Correct sources to prevent angular.js deprecation Warning

Correct scss to prevent 404 server response
This commit is contained in:
iRouge
2015-03-03 23:26:57 -05:00
committed by Francis Lachapelle
parent 02cdc869be
commit bed46ba2eb
5 changed files with 15 additions and 14 deletions

View File

@@ -73,14 +73,14 @@
// Default theme definition
// .primaryColor will soon be deprecated in favor of primaryPalette (already on dev builds https://groups.google.com/forum/m/#!topic/ngmaterial/-sXR8CYBMPg)
$mdThemingProvider.theme('default')
.primaryColor('vintage-blue', {
.primaryPalette('vintage-blue', {
'default': '300',
'hue-1': '100',
'hue-2': '400',
'hue-3': 'A700'
})
.accentColor('sogo-green')
.backgroundColor('paper', {
.accentPalette('sogo-green')
.backgroundPalette('paper', {
'default': '500',
'hue-1': '200',
'hue-2': '50',