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
Check whether or not a URL has the same domain as the Ember application (insert regex/window code here)
If so, then get the relative pathname and check to see if it is recognized by the router router.recognize(urlPath) and return a boolean accordingly (return value can be up for debate imo)
The text was updated successfully, but these errors were encountered:
A function that does this:
router.recognize(urlPath)
and return a boolean accordingly (return value can be up for debate imo)The text was updated successfully, but these errors were encountered: