I have such problem - I use ng-show
to show element and it's base on two things and looks like
<div ng-show="{{!data.length && loaded}}"></div>
Web inspector shows ng-show="true"
but style is display: none
anyway..
这是预期的行为吗?或者也许这是用 ng-show 和一些数据显示元素的另一种方式?