Another improvement to font-size adjustments

This commit is contained in:
Colin McLeod
2015-07-09 13:10:01 -07:00
parent faa8759851
commit 164e9f5c8a
8 changed files with 136 additions and 37 deletions

View File

@@ -51,7 +51,7 @@ function($rootScope, $location, $window, $doc, $state, $translate, localeFormat,
$rootScope.discounts = { opts: Discounts };
$rootScope.STATUS = ['', 'disabled', 'off', 'on'];
$rootScope.STATUS_CLASS = ['', 'disabled', 'warning', 'secondary-disabled'];
$rootScope.fontSize = 1;
$rootScope.sizeRatio = 1;
$rootScope.title = 'Coriolis';
$rootScope.changeLanguage = function() {