Accessing Bootstrap class suggestions?
I've set up an Angular project via yeoman (generator-angular), and I can't seem to get my project to detect Bootstrap's classes:
The reference to Bootstrap is as follows:
<script src="bower_components/bootstrap-sass-official/assets/javascripts/bootstrap.js"></script>
How do I get this working?
请先登录再写评论。
Hi
bootstrap is a predefine css and js file ...that you use call in your custom html .
the bootstrap class name ( are define in the css .
So add a link to the bootstrap css file not only js file .
regard's