-
Notifications
You must be signed in to change notification settings - Fork 19
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
feat: add ionic framework support #16
Conversation
Using Coffescript, Jade and Stylus |
Hey! Yeah I noticed that now, seemed to be working until the last thing I did was swap out The issue is that if I do I'll commit a fix as soon as I find a workaround |
Alright, I've tested as much as I can and I've tackled the error. The Also removed ui-router dep when selecting ionic since ionic already have that as dependency with nice transitions and whatnot. |
Cool, I'll give it a test when I finish work |
Awesome! I've actually never worked with CoffeeScript or a Yeoman Generator before so there may be some weird Coffee syntax somewhere. This was fun! 😄 |
The latest release |
Hey Tom |
There, completely forgot about the route generator, everything should be in place now for this pull. |
Awesome, I've added it to the generator (v0.18.0) |
Awesome! I can see now that I missed quite a lot, thanks for covering for me! Overall love this generator, you've done a very nice job! |
Wow guys, that's awesome! |
Thanks Uri, we're honoured:) |
Ionic finally added official support for Meteor (see #3133) so decided to add support for it to this generator.
One thing I didn't implement was pagination, search & sort support due to the directive not being fully compatible with Ionic CSS - anyhow, the basics is there.