meteoric / meteor-ionic

Ionic components for Meteor. No Angular!
http://meteoric.github.io
MIT License
1.51k stars 219 forks source link

meteor add driftyco:ionic causes clashes #373

Open kokokenada opened 8 years ago

kokokenada commented 8 years ago

After installing ionic to my meteor app a blank modal dialog obstructed the view of my browser version of the app. I think some CSS conflicted. There's a really easy fix. In the package.js, change var where = 'client' to 'web.cordova' so the ionic files are only loaded on the cordova client.