Skip to content

Commit

Permalink
- fix #151
Browse files Browse the repository at this point in the history
  • Loading branch information
madoar committed Oct 13, 2018
1 parent 1d9a608 commit 40c6e4e
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 @@ -170,7 +170,7 @@ For example, if you want to show the icon with the unicode `\f2dd` of [FontAweso
you can do this via the following `[navigationSymbol]` input attribute:

```html
<aw-wizard-step stepTitle="Second Step" [navigationSymbol]="{ symbol: '&#xf2dd;' fontFamily: 'FontAwesome' }"></aw-wizard-step>
<aw-wizard-step stepTitle="Second Step" [navigationSymbol]="{ symbol: '&#xf2dd;', fontFamily: 'FontAwesome' }"></aw-wizard-step>
```

#### \[canEnter\]
Expand Down

0 comments on commit 40c6e4e

Please sign in to comment.