-
Notifications
You must be signed in to change notification settings - Fork 3k
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
"TypeError: Cannot read property 'name' of null" after updating to v0.2.11 #1332
Comments
I was able to find a fix here on git: More precisely this did the trick: kz26@11a423d Thanks to kz26 |
thanks @sorenhoyer @kz26 |
@gise88 thanks, this looks like a legit bug. Can you open a separate issue please? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dsfd
The error is occuring on line 248 if you have an angular binding as the ui-sref:
a class="first-item" ui-sref="{{item.uiSref}}">{{item.name}}
It worked perfectly fine in previous versions and I think it's kind of important being able to dynamically set the sref - at least I know I absolutely require it for the CMS I'm building.
Any clever advice on this? :-)
Thanks
The text was updated successfully, but these errors were encountered: