We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5229fb7 commit e0a9d9dCopy full SHA for e0a9d9d
README.md
@@ -265,6 +265,8 @@ The javascript code is sometimes too large to be neatly integrated into a java c
265
In this case, it can be delocalized in a javascript file, which can refer to java variables of the controller.
266
267
#### resource/static/js/sample.js
268
+The java variables are parsed with `${varName}` usage.
269
+
270
```javascript
271
//resource/static/js/sample.js
272
console.log("${message}");
0 commit comments