可以用个第三方变量来存储最终的结果值,然后ng-show="isShow"。
都得不到那个值,怎么存啊?
@similar:
$scope.isShow = function(){ //do something. return true/false; } 应该用方法。
@幻天芒:
$scope.input = function (){ return $scope.threshold.FeedingSame.$invalid; }
这个时候会报错,$scope.threshold.FeedingSame 未定义
@similar: 可以try catch嘛。