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
All examples shown on website leads to a Plunker page. The ui-bootstrap javascript code on those pages is 404. So they should be changed from:
From:
To:
The text was updated successfully, but these errors were encountered:
Ok fixed.
plunker.zip
Sorry, something went wrong.
@ElitenetDenmark Could you please make a merge request?
Fixed plunker url
7a7dfa4
Closes #50.
Successfully merging a pull request may close this issue.
All examples shown on website leads to a Plunker page.
The ui-bootstrap javascript code on those pages is 404. So they should be changed from:
From:
<script src="//angular-ui.github.io/bootstrap/ui-bootstrap-tpls-3.0.6.js"></script>To:
<script src="https://morgul.github.io/ui-bootstrap4/ui-bootstrap-tpls-3.0.6.min.js"></script>The text was updated successfully, but these errors were encountered: