我想在我的角度項目中使用引導程序,我在看http://angular-ui.github.io/bootstrap/#/getting_started,但它表示其中一個要求是引導程序CSS。使用Angular-UI-Bootstrap。我如何從bootstrap獲取CSS?
如何只安裝CSS?什麼是最好的方式來做到這一點?我已經使用涼亭安裝了角度,角度動畫和角度引導。只需要安裝CSS。
這是我將如何使用它,請讓我知道,如果它的正確 -
<!DOCTYPE html>
<html>
<head>
<script src="/bower_components/angular/angular.js"></script>
<script src="/bower_components/angular-animate/angular-animate.js"></script>
<script src="/bower_components/angular-bootstrap/ui-bootstrap.js"></script>
</head>
<body>
....
</body>
</html>
http://getbootstrap.com/getting-started /:* bower install bootstrap * –