michahell/pinbored-nwjs

View on GitHub
App/scripts/constants/config.js

Summary

Maintainability
A
0 mins
Test Coverage

/**
 * @ngdoc value
 * @name pinboredWebkitApp.Config
 * @description
 * # Config
 * Constant in the pinboredWebkitApp.
 */
angular.module('pinboredWebkitApp.shared')
  .constant('Config', {
    theme : {
      progressbar : {
        height : '3px',
        color : '#f1c40f'
      }
    }
  });