Skip to content

Commit 5011b0d

Browse files
committed
Update readme.md to include documentation on async
1 parent bfa83fe commit 5011b0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ There are a number of options the plugin accepts. These can be set by passing an
134134
The full list of options are:
135135

136136
- "overwriteCache" (default false) - Whether to ignore the cache and reload the template (if you've previously loaded the template, but it might have changed, you'll want to set this to true.
137+
- "async" (default true) - Whether to load templates asynchronously (if templates require an Ajax call)
137138
- "complete" (default null) - Callback function to call on complete. Will always be called regardless of success or failure.
138139
- "success" (default null) - Callback function to call on successful completion.
139140
- "error" (default, outputting error message to template container) - Callback function to call on error.

0 commit comments

Comments
 (0)