Open bramleksono opened 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>
Agreed. I needed to add the /dist/ in there as well.
/dist/
Still not done, had trouble with this too
Agreed
+1
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