chore(): use md mode for windows phone

This commit is contained in:
Adam Bradley
2015-09-22 13:09:11 -05:00
parent bbc3e84fdf
commit 90d692142d

View File

@@ -122,7 +122,7 @@ IonicPlatform.register({
'tablet'
],
settings: {
mode: 'wp',
mode: 'md',
},
isMatch(p) {
return p.isPlatform('windowsphone', 'windows phone');