Skip to content

Commit

Permalink
Fix documentation bug - issue #145 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
adekoder authored and madoar committed Sep 26, 2018
1 parent 98095fd commit 191978b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ This can be achieved by using the `[awWizardStepTitle]` directive inside a wizar
</aw-wizard-step>
```

Be aware, that you can only use `[awWizardStepTitle]` together with Angular, because `ng-template` was introduced in Angular 4.
Be aware, that you can only use `[awWizardStepTitle]` together with Angular 4 or later, because `ng-template` was introduced in Angular 4.

### \[awOptionalStep\]
If you need to define an optional step, that doesn't need to be done to continue to the next steps, you can define an optional step
Expand Down

0 comments on commit 191978b

Please sign in to comment.