请任何人解释如何在下面检查angularjs
<div ng-show="{{offset <= 10}}">Show Me</div>
如果我像这样运行它打破了html,我认为由于"<"而不是比较
angularjs
angularjs ×1