1. call a function on "tour-step-on-next" of previous step popup.
2. Inside that function add this below code to delay the next popup
$timeout(function(d){
var tour = uiTourService.getTourByName('oneTour');
tour.goTo('mfgGroups');
$scope.$apply();
},100);