We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similarl to #1293 -- I saw that this was fixed in 0.2.13
0.2.13
However, I've noticed that href is not generated unless explicitly setting url to an empty string url: ''
href
url: ''
Shouldn't href also be generated if url is undefined / not provided? If not why?
url
.state('settings', { templateUrl: 'views/settings.html', controller: 'SettingsCtrl' })
The text was updated successfully, but these errors were encountered:
Because if you refresh the page it won't arrive at this state.
Sorry, something went wrong.
No branches or pull requests
Similarl to #1293 -- I saw that this was fixed in
0.2.13
However, I've noticed that
href
is not generated unless explicitly setting url to an empty stringurl: ''
Shouldn't
href
also be generated ifurl
is undefined / not provided? If not why?The text was updated successfully, but these errors were encountered: