Fix an update version issue

pull/91/head
iRouge 2015-01-27 00:58:54 -05:00 committed by Francis Lachapelle
parent 1a7bfee6b6
commit 047138984a
2 changed files with 2 additions and 1 deletions

View File

@ -165,7 +165,7 @@
<script type = "text/javascript" rsrc:src = "js/vendor/angular-animate.js"><!-- space --></script>
<script type = "text/javascript" rsrc:src = "js/vendor/angular-sanitize.js"><!-- space --></script>
<script type = "text/javascript" rsrc:src = "js/vendor/angular-aria.js"><!-- space --></script>
<script type = "text/javascript" rsrc:src = "js/vendor/angular-material.js"><!-- space --></script>
<script type = "text/javascript" rsrc:src = "bower_components/angular-material/angular-material.js"><!-- space --></script>
<script type = "text/javascript" rsrc:src = "js/vendor/angular-ui-router.js"><!-- space --></script>
<script type = "text/javascript" rsrc:src = "js/vendor/mm-foundation-tpls.js"><!-- space --></script>
<script type = "text/javascript" rsrc:src = "js/vendor/angular-recursion.js"><!-- space --></script>

View File

@ -89,6 +89,7 @@
'contrastLightColors': '500 600 700 800 900'
});
// 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', {
'default': '300',