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 997655b commit 16f3ddaCopy full SHA for 16f3dda
README.md
@@ -201,6 +201,11 @@ ordered from least to most lazy:
201
202
## Lazy Controllers
203
204
+**NOTE**: When using lazy controllers, you may notice in your browser's console that
205
+your controller appears to be initialized and connected *twice*. But actually, the
206
+first initialize and connect are just a result of an internal controller setting
207
+up your real controller.
208
+
209
You can also make your own controllers "lazy": giving them the same behavior
210
as the `lazy-controller` explained above. In this case, your controller isn't
211
downloaded until an element for that controller first appears on the page.
0 commit comments