Skip to content

Commit

Permalink
Remove the _model variable from the group label template example
Browse files Browse the repository at this point in the history
  • Loading branch information
m1r0 committed Jul 26, 2016
1 parent 8a72826 commit b187d06
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions documentation/3-complex-field/5-setup-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ Example usage:
))
->set_header_template('
<# if (name && drivers_license_id) { #>
<# if (picture) { #>
<img src="{{ _models.picture.get("url") }}" width="18" height="18">
<# } #>

Driver: {{ name }}, {{ drivers_license_id }}
<# } #>
')
Expand Down

0 comments on commit b187d06

Please sign in to comment.