Launching a wizard
You can launch a wizard in the application based on the information provided in this topic.
-
Use either
iscUiStatedirective oriscStateservice to launch a screen as shown in the following code snippets:- Directive:
<button isc-ui-state='<screen state defined in <screen_name>.config.js>' isc-ui-state-params="{<state input as json>}" isc-ui-state-options="{<state options as json>}"> </button> - Service:
State inputs and options can be accessed usingiscState.goToState('<wizard state defined in <wizard_name>.config.js>', {<state inputs as json>},{state options as json});iscStateParamsservice asiscStateParams.paramsandiscStateParams.optionsrespectively.
- Directive:
- Once you complete performing the required changes, you can test your customization.