I'm working through this Angular authorization repo https://github.com/fnakstad/angular-client-side-auth and came across the line if (fromState.url === '^')
and I have no clue what it means.
You can see it in context here https://github.com/fnakstad/angular-client-side-auth/blob/a65505880345abf487aa38c56f24fbf8ab8e12a0/client/js/app.js
To be clear, I'm asking what the caret symbol '^' means in this particular context.