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
Hi, with the latest AngularJS ( https://docs.angularjs.org/api/ng/provider/$locationProvider ) html5Mode() is an Object!
html5Mode()
Something like:
var tmpHtml5 = $locationProvider.html5Mode(); var isHtml5 = isObject(tmpHtml5) ? tmpHtml5.enabled : tmpHtml5;
would do, or whatever nicer way you prefer.
The text was updated successfully, but these errors were encountered:
Fixed in 7fea1e9.
Sorry, something went wrong.
Nice :)
No branches or pull requests
Hi,
with the latest AngularJS ( https://docs.angularjs.org/api/ng/provider/$locationProvider )
html5Mode()
is an Object!Something like:
would do, or whatever nicer way you prefer.
The text was updated successfully, but these errors were encountered: