ionic2-meteor
ionic2-meteor copied to clipboard
Ionic2 packaged for Meteor
I've seen some code having imports like : import {...} from 'angular2/core'; instead of '@angular/core' Besides it seems that Ionic 2 has been updated since your last commit. I've tried...
If you do an `[(ngModel)]` on a toggle, it gets out of sync. In Firefox it does exactly opposite. You can do a `console.log` on whatever var you are using...
This is to fix issue [#17 Failed to decode downloaded font ](https://github.com/barbatus/ionic2-meteor/issues/17)
Hey, is it possible to somehow update from the beta-1 to the current beta-24 ... some elements, like ion-toggle don´t seem to work. Best regards!
Hi All, Can you guys please provide a clean working example, when I run the example provided here was not working fine. It will be very helpful for many of...
Is there a way to theme an app with Sass variables using this package? Ionic2 documentation (http://ionicframework.com/docs/v2/theming/theming-your-app/) mentions an app.variables.scss file where you can tweak the $colors map. $colors: (...
Failed to decode downloaded font: http://localhost:3000/packages/barbatus_ionic2-meteor/node_modules/ionic-framework/fonts/roboto-medium.ttf How can I get the fonts into my public folder so they are accessible?
Can you add a way for us to install via npm for meteor 1.3. There are some conflicts when you install angular2-meteor via npm and this via meteor add. As...
Probably style sheet problem. Don't think this is issue on newer releases of iconicV2. When `` pops up, the radio button on right side of each `` is messed up.
Is there a way to use meteor with ionic 2 with the ionic CLI? Also does the example work on android?