Skip to content

Commit 34f6b3d

Browse files
committed
removed unused dep
1 parent 82443fa commit 34f6b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/tour_step_directive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'use strict';
55

66
function directive() {
7-
return ['TourHelpers', '$location', '$rootScope', function (TourHelpers, $location, $rootScope) {
7+
return ['TourHelpers', '$location', function (TourHelpers, $location) {
88

99
return {
1010
restrict: 'EA',

0 commit comments

Comments
 (0)