Here a sample of my code:
<ul> <li>{{model}} : Auris, Auris TS, Yaris</li> </ul>
Right now it displays nothing because there's no data for {{model}}
and I would like to display the string "{{model}}" instead of the content.
Is it possible ?
Here a sample of my code:
<ul> <li>{{model}} : Auris, Auris TS, Yaris</li> </ul>
Right now it displays nothing because there's no data for {{model}}
and I would like to display the string "{{model}}" instead of the content.
Is it possible ?
Lorem ipsum { { model } }
– Fer To Jun 12 '15 at 08:51