Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/scala/19.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
Jquery AngularJs-如何在ajax请求后从控制器更新dom元素值?_Jquery_Ajax_Angularjs - Fatal编程技术网

Jquery AngularJs-如何在ajax请求后从控制器更新dom元素值?

Jquery AngularJs-如何在ajax请求后从控制器更新dom元素值?,jquery,ajax,angularjs,Jquery,Ajax,Angularjs,我有 <uib-progressbar class="progress-striped active" value="100" type="warning" ng-hide="{{isLoaded}}"></uib-progressbar> 加载数据后,我已将isLoaded更改为true,但progressbar未隐藏。尝试: ng-hide="isLoaded" 没有卷发。您为视图制作了控制器吗?将{{isLoaded}}替换为“isLoaded” ng-hi

我有

<uib-progressbar class="progress-striped active" value="100" type="warning" ng-hide="{{isLoaded}}"></uib-progressbar>
加载数据后,我已将isLoaded更改为true,但progressbar未隐藏。

尝试:

 ng-hide="isLoaded"

没有卷发。

您为视图制作了控制器吗?将{{isLoaded}}替换为“isLoaded”
 ng-hide="isLoaded"