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
{{ message }}
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
Can anyone think of a way we can add the ability to use the delimiter option on the router and bind multiple properties?
I was thinking of adding an options attribute to pass in things like {"strict":false, "delimiter":"-"}, but there is still the matter of binding to router.on() for multiple objects.
I don't understand the use of regexes with flatiron well enough yet.
The text was updated successfully, but these errors were encountered:
I wasn't able to handle multiple routes in a simple routes object without a lot of external watching, so for now I have this hack that is working for me. Up to five routes available for binding.
Flatiron is great and even better with Polymer!
Can anyone think of a way we can add the ability to use the delimiter option on the router and bind multiple properties?
I was thinking of adding an options attribute to pass in things like
{"strict":false, "delimiter":"-"}
, but there is still the matter of binding torouter.on()
for multiple objects.I don't understand the use of regexes with flatiron well enough yet.
The text was updated successfully, but these errors were encountered: