问题标签 [ui.bootstrap]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
96 浏览

angularjs - TypeError: s.position is not a function for typeahead in angularjs

I just want to implement an example of typeahead before apply on my live project. Every example working fine on their site but it's not working for me.

I have done:

Template:

Attached:

Script

Any suggestion would be appreciated.

0 投票
1 回答
65 浏览

angularjs - DateTimePicker 只需打开日历即可清除日期

当我单击datetimepicker按钮时,它会清除日期。

我希望日历不会通过打开它来清除日期。

0 投票
0 回答
21 浏览

ui.bootstrap - ui.bootstrap modal 不加载模态内容,它只显示背景

问题是第一次只有其他时候它工作正常。当我尝试如下打开模态时。有时未呈现与 templateUrl 相关的模态内容,它只显示没有模态内容的背景。我使用的是 angular-ui-bootstrap 版本:2.4.0。请帮助我找到问题。这个问题很少被复制,并非总是如此。

在此处输入图像描述

0 投票
0 回答
31 浏览

css - ui时间选择器的样式代码在哪里?

我正在为一个 web 项目使用 html5,我想将 ui-time 选择器(来自 ui.bootstrap 库https://angular-ui.github.io/bootstrap/versioned-docs/1.2.5/)添加到我的page ,问题是我已经在使用引导版本。因此,如果我使用时间选择器的版本,其他元素的风格就会变差,如果我使用以前的版本,时间选择器的风格就会变差。我尝试混合这两个版本,我不确定我这样做的方式是否正确。

0 投票
0 回答
54 浏览

angularjs - 无法加载在另一个模块中定义的 angularjs 组件

我有以下组件:

当我尝试使用 $ocLazyLoad 在另一个模块中加载上述组件时,它没有加载并且没有任何错误:

我只能看到带有以下标签的 HTML:

这里<my-component>的标签不解析组件中定义的模板。

但是,如果我在“mainApp”模块中定义相同的组件,那么它会成功解析模板。

版本详情:

  1. AngularJS:1.5.6
  2. ui.bootstrap:2.5.0
  3. oc.lazyLoad:0.6.0