Skip to content

Commit

Permalink
Clean up a bunch of messy JavaScript, plus add 2 more wheels.
Browse files Browse the repository at this point in the history
  • Loading branch information
doppio committed Mar 14, 2016
1 parent b8e974c commit 03fe81d
Show file tree
Hide file tree
Showing 13 changed files with 424 additions and 313 deletions.
2 changes: 1 addition & 1 deletion app/app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(function() {
'use strict';

angular.module('ether-spinner', [
angular.module('ether-wheel', [
'ngRoute',
'rzModule',
'oitozero.ngSweetAlert',
Expand Down
2 changes: 1 addition & 1 deletion app/ethereum.service.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(function() {
'use strict';

angular.module('ether-spinner').service('ethereum', ethereum);
angular.module('ether-wheel').service('ethereum', ethereum);

/* @ngInject */
function ethereum() {
Expand Down
267 changes: 0 additions & 267 deletions app/spinner.controller.js

This file was deleted.

4 changes: 3 additions & 1 deletion app/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ strong {
&.active a {
background-color: $dark-color;

&:hover {
&:hover, &:active, &:visited {
background-color: $dark-color;
}
}
Expand Down Expand Up @@ -103,6 +103,8 @@ strong {
max-width: 100%;
}

canvas{position:relative; z-index:1;}

.wheel-text {
font-size: 3em;
text-align: center;
Expand Down
Loading

0 comments on commit 03fe81d

Please sign in to comment.