James
James

Reputation: 1446

How can I use jQuery template inside groovy template in Play?

How can I escape ${} for a jQuery template inside a groovy template?

Any suggestions?

Upvotes: 2

Views: 849

Answers (1)

DanyZift
DanyZift

Reputation: 687

You need to use {{ }}, {{= }} instead of the $ as this is used by groovy.

Upvotes: 3

Related Questions