【问题标题】:Does AngularUI Bootstrap come with the css included?AngularUI Bootstrap 是否包含 css?
【发布时间】:2014-03-17 07:59:25
【问题描述】:
很抱歉,如果这很明显,但 their site 将 Bootstrap css 列为依赖项,我已经安装了带有 bower 的 angular bootstrap 包并用它来构建页面,但它看起来不像预期的那样,它看起来类似于发生的事情当常规引导程序无法加载时。
我可以在包中看到 bower 安装了一些 .less 文件,但它们似乎太少而无法涵盖 angular ui bootstrap 拥有的大多数小部件,所以我的问题是 bootstrap css 是否带有 angular ui bootstrap 模块(来自 bower ) 还是必须单独安装?
【问题讨论】:
标签:
angularjs
twitter-bootstrap
angular-ui-bootstrap
bower
【解决方案1】:
我认为文档很清楚:
依赖关系
这个存储库包含一组原生 AngularJS 指令,基于
Bootstrap 的标记和 CSS。因此不依赖 jQuery 或
Bootstrap 的 JavaScript 是必需的。唯一需要的依赖项
是:
AngularJS (minimal version 1.0.8)
Bootstrap CSS (tested with version 3.0.3). This version of the library (0.10.0) works only with Bootstrap CSS in version 3.x. 0.8.0
是这个库的最后一个支持 Bootstrap CSS 的版本
2.3.x 版。
cf : http://angular-ui.github.io/bootstrap/
Angular-ui-bootstrap 主要包含 JS 指令和模板来对其进行 angularjsify。
请注意,它们也是一个 angular-bootstrap bower 包,其中包含 html2js-ready 模板。