removed typo

This commit is contained in:
Jamal Jackson 2016-09-23 09:50:45 -04:00
parent 06fe55519e
commit 8a50c9f502
1 changed files with 0 additions and 16 deletions

View File

@ -1,22 +1,6 @@
'use strict';
angular.module('copayApp.controllers').controller('preferencesColorController', function($scope, $log, $stateParams, $ionicHistory, gettextCatalog, configService, profileService) {
$scope.colorList = [
'#DD4B39',
'#F38F12',
'#FAA77F',
'#D0B136',
'#9EDD72',
'#29BB9C',
'#019477',
'#77DADA',
'#4A90E2',
'#484ED3',
'#9B59B6',
'#E856EF',
'#FF599E',
'#7A8C9E',
];
$scope.colorList = [
{color: "#DD4B39", name: "Cinnabar"},
{color: "#F38F12", name: "Carrot Orange"},