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

Commit

Permalink
refactor(modal): remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
pkozlowski-opensource committed Mar 15, 2013
1 parent 61f34d3 commit 0fb08e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modal/modal.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
angular.module('ui.bootstrap.modal', ['ui.bootstrap.dialog'])
.directive('modal', ['$parse', '$dialog', function($parse, $dialog) {
var backdropEl;
var body = angular.element(document.getElementsByTagName('body')[0]);
return {
restrict: 'EA',
terminal: true,
Expand Down

0 comments on commit 0fb08e8

Please sign in to comment.