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
I am getting this error when trying to call this
$ngConfirm({ title: 'Alert', icon: 'fa fa-info-circle', theme: 'supervan', content: '', animation: 'scale', closeAnimation: 'scale', buttons: { ok: { btnClass: "btn-blue", }, close: function () { } }, })
The text was updated successfully, but these errors were encountered:
Hey! I had the same issue. Try loading Jquery lib before any angular script.
Sorry, something went wrong.
Fixed it for me
<script src="lib/jquery.min.js"></script> <script src="lib/angular.js"></script> <script src="lib/angular-confirm/angular-confirm.min.js"></script>
No branches or pull requests
I am getting this error when trying to call this
The text was updated successfully, but these errors were encountered: