-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Grid Inside of a Radio List Item #1643
Comments
Looks like |
Whoa no, looks like this for loop isn't working as it should to begin with, and only climbing up one element every time: https://github.com/driftyco/ionic/blob/ad08b341ce161c6c2d0db2625c41d0902eef8ff0/js/utils/tap.js#L550 Pretty big find, thanks! |
Thanks a lot. Editing in your diff fixed it for me as well. What's the recommended way for me to upgrade my project's ionicframework code to the current master branch. Is there a bower script or something that will help? |
Newer projects started with Ionic (since about 2 weeks ago) have a bower.json included so you should just be able to change the version number and upgrade. The README has details on what to do. If you started your project before we started shipping with bower, you can just copy the ionic-app-base bower.json into the root of your project, and follow the README upgrade instructions. |
Exactly what I was looking for. Thanks! |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Getting some weird behavior while I'm trying to use a grid control inside of a radio list. Once I make a selection I can no longer change that selection. I think it likely has something to do with z-ordering/layering changes but I'm not sure where to start on fixing it.
Check out this plunkr: http://plnkr.co/edit/57AH9dMtsALZnGYXw2s4?p=preview
Am I doing something wrong? I even upgraded to beta-8 to see if it would get better.
Thanks!
The text was updated successfully, but these errors were encountered: