Use tabs instead of spaces

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-06-10 20:49:06 +02:00
parent 9f58b1ea07
commit 6c93e99b9b

View File

@@ -31,12 +31,12 @@ app.controller('ColorPickerController', ['$scope', function($scope) {
object.hashedColor = '#' + color;
return object;
}
};
$scope.setHashedColor = function (object) {
object.color = object.hashedColor.substr(1);
return object;
}
};
$scope.getCustomBackground = function (color) {
return {'background-color': color};