我一直试图将 AngularUI 连接到 Bootstrap 3 无济于事。我在这里从 bootstrap 3 分支获取了适当的 AngularUI 代码: https ://github.com/angular-ui/bootstrap/tree/bootstrap3_bis2
我选择了 AngularUI 工具提示指令作为一个简单的“测试用例”,看看我是否可以把它全部连接起来。
我收到的错误是:未捕获的错误:没有模块:ui.bootstrap
我在下面的 src 代码中共享了一个 Dropbox 链接。
Views/Home/index.cshtml contains the markup with references to angularjs and bootstrap
js/directives contains the only directive I am currently testing out which is the "tooltip" directive.
带有 src 代码的 Dropbox 链接 https://www.dropbox.com/sh/elwn0su5qwnqa27/zetaMxAa4Q
我不必下载 bootstrap 3 指令并将它们手动放置在我的项目中,现在是否有一个 CDN 可用于 AngularUI-Bootstrap3 指令,就像 AngularUI-Bootstrap2 一样?
谢谢你的帮助,
视听/视听
克里斯