martymarkenson of Ninjas
9/7/2017 - 3:14 PM

Get Stepnames as work instruction from creo illustrate pvz

Get Stepnames as work instruction from creo illustrate pvz

var labelId = "__nameofthewidgettoreflectthesteps_";
$scope.$on('newStep', function(evt, arg) {  
  $scope.setWidgetProp( labelId, "text", arg); // get the currentStep from the arg  
});