Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Clean up unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
slaweet committed May 4, 2017
1 parent 84f9df6 commit f64927e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/app/services/sign-verify.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
app.factory('signVerify', ($mdDialog, $mdMedia) => ({
openSignMessageDialog() {
return $mdDialog.show({
controllerAs: '$ctrl',
controller: class signMessageDialog {
constructor($scope, Account) {
this.$scope = $scope;
this.account = Account;
}
},
template:
'<md-dialog flex="80">' +
'<sign-message></sign-message>' +
Expand Down

0 comments on commit f64927e

Please sign in to comment.