zachfitz/Ionic-Material

Demo shows blank screen

Closed this issue · 3 comments

What I did:

  • cd demo
  • npm install
  • bower install
  • ionic serve

It shows a blank screen. How to run the demo correctly? Thanks

This will be fixed by pull request #138.

Manually adapting the file references in index.html will fix it for now:
lib/ionic-material/ionic.material.min.css -> lib/ionic-material/**dist/**ionic.material.min.css
lib/ionic-material/ionic.material.min.js -> lib/ionic-material/**dist/**ionic.material.min.js

Thanks. It works.

@zhouhao27 still the problem?