Skip to content

Commit

Permalink
fix issue with is-active example
Browse files Browse the repository at this point in the history
  • Loading branch information
chadhietala committed Oct 23, 2018
1 parent 7ae9850 commit 6be77c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0000-router-helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ One of the trickier parts about this migration is knowing how the autogenerated
**After**

```hbs
<a href={{url-for 'profile'}} class={{is-active 'active'}}>Profile</a>
<a href={{url-for 'profile'}} class={{if (is-active 'profile') 'active'}}>Profile</a>
```

#### Kitchen Sink
Expand Down

0 comments on commit 6be77c9

Please sign in to comment.