barbatus / ionic2-meteor

Ionic2 packaged for Meteor
38 stars 9 forks source link

Update to current Ionic2 Beta #18

Open ghost opened 8 years ago

ghost commented 8 years ago

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!

alexmgrant commented 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'.

slippyC commented 8 years ago

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"

mjwheatley commented 8 years ago

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.

slippyC commented 8 years ago

That's cool... Thanks for heads up!