-
Notifications
You must be signed in to change notification settings - Fork 220
match and no match never fire #245
Comments
It seems because there is no |
To me it seems that the following commit bdd2d91 introduces an error in deeplink.js. |
tested with passing match and nomatch functions directly to .route, still having same issue, they do not fire |
My issue was fixed by manually switching |
This seemed like it was working for a while for me, but lately the nomatch handler was firing inconsistently. Seems like it would stop firing after the first use. I used the instance of the object on the window rather than the angular wrapper as detailed here: |
This seems to be fixed in f5f024e |
I'm trying to use this plugin to setup deep links on my android app, here's my code, in
app.component.ts
On clicking a link, the match and no match functions are never called, I'm not getting any toasters, the app opens to the home page and does not navigate.
The text was updated successfully, but these errors were encountered: