Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/435.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript AngularJs和Bootstrap:进度条和弹出问题_Javascript_Jquery_Angularjs_Twitter Bootstrap_Angular Ui Bootstrap - Fatal编程技术网

Javascript AngularJs和Bootstrap:进度条和弹出问题

Javascript AngularJs和Bootstrap:进度条和弹出问题,javascript,jquery,angularjs,twitter-bootstrap,angular-ui-bootstrap,Javascript,Jquery,Angularjs,Twitter Bootstrap,Angular Ui Bootstrap,目前,在我的xhtml页面中,单击一个按钮,iam将显示两个弹出窗口 还可以平铺视图,其中包含一个进度条。 但是当我使用下面的代码时 <script src="//angular-ui.github.io/bootstrap/ui-bootstrap-tpls-1.2.5.js"></script> <script src="/cg510_claimsdb_lib/ext/bootstrap-3.1.1/js/ui-bootstrap-tpls-1.2.5.js

目前,在我的xhtml页面中,单击一个按钮,iam将显示两个弹出窗口 还可以平铺视图,其中包含一个进度条。 但是当我使用下面的代码时

<script src="//angular-ui.github.io/bootstrap/ui-bootstrap-tpls-1.2.5.js"></script> 
<script src="/cg510_claimsdb_lib/ext/bootstrap-3.1.1/js/ui-bootstrap-tpls-1.2.5.js"></script> 

ProgressBar正在显示,但POPOver不工作。及

当我使用下面的代码时

<script src="//angular-ui.github.io/bootstrap/ui-bootstrap-tpls-1.2.5.js"></script> 
<script src="/cg510_claimsdb_lib/ext/bootstrap-3.1.1/js/ui-bootstrap-tpls-1.2.5.js"></script> 

POPOver正在显示,但ProgressBar不工作

progress条形码:

 <uib-progressbar class="progress-striped active" value="dynamic" type="info">info <i ng-show="showWarning">!!! Watch out !!!</i></uib-progressbar>
<button type="button"  class="btn btn-default glyphicon glyphicon-cog" style="margin-left: 20px;" popover-placement="right" popover-template="'/cg510_claimsdb_main/html/listFilter.xhtml'" popover-title="{{dynamicPopover.title}}"  aria-hidden="true"
       popover-elem="true"></button>
info!!!小心
POPOver代码:

 <uib-progressbar class="progress-striped active" value="dynamic" type="info">info <i ng-show="showWarning">!!! Watch out !!!</i></uib-progressbar>
<button type="button"  class="btn btn-default glyphicon glyphicon-cog" style="margin-left: 20px;" popover-placement="right" popover-template="'/cg510_claimsdb_main/html/listFilter.xhtml'" popover-title="{{dynamicPopover.title}}"  aria-hidden="true"
       popover-elem="true"></button>


我完全搞不懂这一点。

添加一些代码您是如何尝试使用popover&progress bar的。。嗨,Pankaj,添加了示例代码。问题已通过以下代码解决