-
Notifications
You must be signed in to change notification settings - Fork 3k
Element.bind is not function (while using ui-sref) #2743
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
Comments
I haven't seen this occur. Are you able to reproduce this in a plunk? http://plnkr.co/edit/UImEXBx5jpiG0TBrRhmi?p=preview What browsers is this happening in? your |
Closing due to inactivity |
I experienced the same issue. The root cause for me was the jQuery library I had included. I swapped from |
I faced the same issue and it got resolved by removing jqery.slim.js from my index.html page |
Hello.
I'm using angular 1.5.5 and newest ui-router (0.2.18). I have successfuly configured my angularjs app, states works fine but problem occurs when I'm trying to use ui-sref directive:
<a class="navbar-brand" ui-sref="header">
Does anyone know why this happen and how to fix it?
The text was updated successfully, but these errors were encountered: