我有非常直接的角度代码,下面的代码中的ng-show指令不起作用
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.23/angular.min.js"></script>
"<div id="temperature" ng-show='false'> ℃</div>"
<div id="temperature" ng-show='false'>{{temperature}} ℃</div>
这里ng-show没有做任何工作
答案 0 :(得分:0)
它得到了解决,Angular src本身存在一些问题,将其更改为CDN解决了我的问题