zachfitz / Ionic-Material

Material Design style and animations for Ionic
http://ionicmaterial.com
Other
2.9k stars 902 forks source link

Correction for Quick Start Guide #81

Open bramleksono opened 9 years ago

bramleksono commented 9 years ago

I installed ionic material using bower, and the quick start guide does not work. This is my correction (adding /dist in ionic.material.min.css and ionic.material.min.js).

Step 3

<link href="lib/ionic/css/ionic.css" rel="stylesheet">
<link href="lib/ionic-material/dist/ionic.material.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">

<script src="lib/ionic/js/ionic.bundle.js"></script>
<script src="lib/ionic-material/dist/ionic.material.min.js"></script>
mikeLspohn commented 9 years ago

Agreed. I needed to add the /dist/ in there as well.

moultz commented 9 years ago

Still not done, had trouble with this too

qwIvan commented 9 years ago

Agreed

JobaDiniz commented 9 years ago

+1