Open ghost opened 8 years ago
I'm actually working on a fork of this, but I'm stumped after converting the package to use ionic-angular
the npm package seems to no longer export itself. I'm left with typeScript error: app/app.ts(1,25): Error TS2307: Cannot find module 'ionic2-meteor'.
Toggle/Checkbox semi-work. Most of time value will be inverted though. True = False...
You also need to have something bound to that checkbox/toggle or no it won't work.
[(ngModel)]="someVar"
I'm not sure if this package will be updated now that Meteor 1.3 is out. With Meteor 1.3 you can use the ionic-framework NPM module.
That's cool... Thanks for heads up!
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!