草庐IT

fileInMemory

全部标签

javascript - Angularjs - ng-disabled 不能按预期工作

我试图在用户选择文件后禁用文件input标签。HTML:JS,第一个Controller:$scope.fileInMemory=false;//tracksifuserselectedafileforupload,butdidn'tuploadit$rootScope.$on('fileAdded',function(){$scope.fileInMemory=true;console.log($scope.fileInMemory);});upload是一个指令。在页面加载时,ng-disabled应有false,当fileInMemory更改时,input标签仍未被禁用。cons

javascript - Angularjs - ng-disabled 不能按预期工作

我试图在用户选择文件后禁用文件input标签。HTML:JS,第一个Controller:$scope.fileInMemory=false;//tracksifuserselectedafileforupload,butdidn'tuploadit$rootScope.$on('fileAdded',function(){$scope.fileInMemory=true;console.log($scope.fileInMemory);});upload是一个指令。在页面加载时,ng-disabled应有false,当fileInMemory更改时,input标签仍未被禁用。cons