You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Until behavior like canjs/can-stache-bindings#440 works, there's no actual integration point for custom events. So, I think we should create a can-event-dom-enter/global module that would add enter to the global registry.
We should make this module part of can/can so people don't have to do this for JSBins.
When we do have custom event registry support, then we can @hide this module.
The text was updated successfully, but these errors were encountered:
- Instruct the user to install can-stache-route-helpers
- Steal’s deps-bundle shouldn’t be used in this guide
- Fix some of the highlighting
- Fix some broken links
- Show using route.register()
- var => const
Almost everything seems to be working except for the creating todos test, which I think will be fixed by canjs/can-event-dom-enter#18
Until importing events into templates or other local registries exist, it's cumbersome to require people to do:
Until behavior like canjs/can-stache-bindings#440 works, there's no actual integration point for custom events. So, I think we should create a
can-event-dom-enter/global
module that would add enter to the global registry.We should make this module part of
can/can
so people don't have to do this for JSBins.When we do have custom event registry support, then we can
@hide
this module.The text was updated successfully, but these errors were encountered: