Skip to content

Commit e0a9d9d

Browse files
authored
[skip ci] change Doc
1 parent 5229fb7 commit e0a9d9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,8 @@ The javascript code is sometimes too large to be neatly integrated into a java c
265265
In this case, it can be delocalized in a javascript file, which can refer to java variables of the controller.
266266

267267
#### resource/static/js/sample.js
268+
The java variables are parsed with `${varName}` usage.
269+
268270
```javascript
269271
//resource/static/js/sample.js
270272
console.log("${message}");

0 commit comments

Comments
 (0)