Skip to content
New issue

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

Error: [jqLite:nosel] #20

Open
imanshu15 opened this issue Sep 20, 2017 · 2 comments
Open

Error: [jqLite:nosel] #20

imanshu15 opened this issue Sep 20, 2017 · 2 comments

Comments

@imanshu15
Copy link

screenshot 8

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 () {

                 }
             },
         })
@tiagopassinato
Copy link

Hey! I had the same issue.
Try loading Jquery lib before any angular script.

@tomchiverton
Copy link

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants