Skip to content

Commit f92ddf3

Browse files
committed
fix(tour): Fixes #50
1 parent b4ee50f commit f92ddf3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tour/tour.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ angular.module( 'mm.foundation.tour', [ 'mm.foundation.position', 'mm.foundation
4747
};
4848
}])
4949

50-
.directive( 'stepPopup', ['$tour', function ( $tour ) {
50+
.directive( 'stepTextPopup', ['$tour', function ( $tour ) {
5151
return {
5252
restrict: 'EA',
5353
replace: true,
@@ -98,9 +98,9 @@ angular.module( 'mm.foundation.tour', [ 'mm.foundation.position', 'mm.foundation
9898
return true;
9999
}
100100
}
101-
101+
102102
return false;
103103
}
104104

105-
return $tooltip( 'step', 'step', show );
105+
return $tooltip( 'stepText', 'step', show );
106106
}]);

0 commit comments

Comments
 (0)