Currently, I am utilizing Yeoman to work on a brand new website using angularJS. Even after attempting bower install materialize
and bower install angular-material
, no changes are reflected in the design and functionality of the site. Additionally, I have included these two lines in the index.html file:
<script src="bower_components/angular-aria/angular-aria.js"></script <script src="bower_components/angular-material/angular-material.js"></script>
My assumption is that I need to modify the css pathway for the style, however, I am uncertain on how to proceed...