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

Commit

Permalink
refactor(dialog): remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
pkozlowski-opensource committed Jul 8, 2013
1 parent e223817 commit f5b37f6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/dialog/dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ dialogModule.provider("$dialog", function(){
e.preventDefault();
self.$scope.$apply();
};

this.handleLocationChange = function() {
self.close();
};
}

// The `isOpen()` method returns wether the dialog is currently visible.
Expand Down

0 comments on commit f5b37f6

Please sign in to comment.