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

Commit 0fb08e8

Browse files
refactor(modal): remove unused variables
1 parent 61f34d3 commit 0fb08e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/modal/modal.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
angular.module('ui.bootstrap.modal', ['ui.bootstrap.dialog'])
22
.directive('modal', ['$parse', '$dialog', function($parse, $dialog) {
3-
var backdropEl;
4-
var body = angular.element(document.getElementsByTagName('body')[0]);
53
return {
64
restrict: 'EA',
75
terminal: true,

0 commit comments

Comments
 (0)