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 });