angular.js - angular 視圖未更新
曾经蜡笔没有小新
曾经蜡笔没有小新 2017-05-15 17:03:00
0
2
550

如圖 選擇檔案上傳後,Input內會有檔案路徑對應顯示,過程中不點選上傳按鈕,這時點選取消視窗後,再次打開,檔案路徑依舊存在。

$('.part1_top_right').click(function(){
            $('.part1').hide();
            $('.part2').hide();
            $('.part3').hide();
            $('.part4').hide();
            $('.part5').hide();
            
            $scope.filePath="";
            
            $scope.cleanSelectFiles();
        });
$scope.cleanSelectFiles = function(){
            if(uploader.queue.length > 0){
                uploader.clearQueue();
                

                
                                
            }
        }

點選取消時,Input內以為空, console.log其值也為空。

是否使用$scope.$apply? 並且在哪裡使用?

曾经蜡笔没有小新
曾经蜡笔没有小新

全部回覆(2)
迷茫

雷雷

習慣沉默

雷雷

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!