No problem. It would also be nice if the ionic-bundle’s angular-ui-router dependency was upgraded to 0.2.10. It fixes an issue with ui-sref-opts not being honored.
I seem to have this issue in the current release, just posted a new topic on the forum. How does one update the ionic framework with the current nightly to see if the issue is gone, or would that not be recommended and maybe there’s a workaround for this specific issue?
Of course, that’s temporary only. You then need to decide if you’re going to live on the bleeding edge and use the nightlies for your main development. Lots of risks with that as nightlies change many times per day. Sometimes they are breaking changes.
I’m having trouble with ui-sref as well. I think the most recent beta that worked was 2 or 3 (sorry I’ve tried so many). But going back that far breaks other stuff, so I’d really like to get this figured out. Is this a known issue? Is anyone else having this problem? Thanks.
Thanks. I think I must have a structural issue because I put in a dumb href link and it’s not working either (NOR is my nav menu). It’s like the view can’t see my taps. Maybe someone can help?
I suggest that you create a codepen to demonstrate the problem you are having. That makes it much easier for others to see your code in action. In my case, I have often figured out the problem myself by going thru the exercise.
Thanks. I think my issue was with my attempt at lazy-loading views and controllers. I don’t have time to figure it out, so I’ve abandoned the lazy-loading idea for now. Works great in the browser, btw, just not on the device. I mean, everything appears to load properly (most of the time) but links don’t work for whatever reason.