當(dāng)$scope.localMes.length>1時(shí)黑色提示框淡入出現(xiàn),兩秒后淡出消失!圖片描述app.controller("localCon",function($scope){ $scope.localMes=[ { name:"陳琪", onSw:false, phone:"15766666666", local:"遼寧省沈陽市和平區(qū)勝利大廈" }, { name:"張卓億", onSw:false, phone:"1222222218", local:"遼寧省沈陽市和平區(qū)勝利大廈" } ]; $scope.swith=function($index){ $scope.localMes[$index].onSw=!$scope.localMes[$index].onSw; }; $scope.remove=function($index){ if($scope.localMes.length>1){ $scope.localMes.splice($index,1); }else{ $ } };});
angular如何寫淡入間隔2秒后淡出?
動(dòng)漫人物
2018-10-11 18:14:25