Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Step symbol template #144

Closed
wants to merge 2 commits into from
Closed

Conversation

earshinov
Copy link
Contributor

This PR provides ability to define step navigation symbol in the form of Angular template.

For example:

<div awWizardStep>
   <ng-template awWizardStepTitle>
       Address information
   </ng-template>
   <ng-template awWizardStepSymbol>
       <i class="fa fa-taxi"></i>
   </ng-template>
</div>

TODO:

  • Document in the main README.md
  • Add an example in the demo app

Based on the clickable-step-indicators branch, see #129.

…ar template.

For example:

```
<div awWizardStep>
   <ng-template awWizardStepTitle>
       Address information
   </ng-template>
   <ng-template awWizardStepSymbol>
       <i class="fa fa-taxi"></i>
   </ng-template>
</div>
```

TODO:
- Document in the main README.md
- Add an example in the [demo app](https://github.com/madoar/angular-archwizard-demo/)

Based on the `clickable-step-indicators` branch, see madoar#129.
@earshinov
Copy link
Contributor Author

Closed in favor of #149

@earshinov earshinov deleted the step-symbol-template branch September 28, 2018 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant