91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Cordova學習筆記 $scope的$watch及$timeout的使用示例

發布時間:2020-06-30 05:18:25 來源:網絡 閱讀:580 作者:hello_world007 欄目:開發技術
<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>test</title>
    <script src="js/angular.js"></script>
    <script type="application/javascript">
        (function(angular) {
            'use strict';
            angular.module('myApp', [])
                    .controller('firstController', function firstController($scope,$timeout) {
                        $scope.firstNum = 1;
                        $scope.secondNum = 1;
                        $scope.doMySum = function(){
                                var fn = angular.isNumber($scope.firstNum)?$scope.firstNum:0;
                                var sn = angular.isNumber($scope.secondNum)?$scope.secondNum:0;
                                return fn+sn;
                            }
                        $timeout(function(){
                            $scope.firstNum = 10;
                        },2000);

                        $scope.$watch('doMySum()',function(newValue, oldValue){
                            if(newValue == 100){
                                alert('ok');
                            }
                        });
                    });
        })(window.angular);
    </script>
</head>
<body >
<div ng-app="myApp">
   <div ng-controller="firstController">
        <input type="number" name="firstNum" ng-model="firstNum" required/>
       +<input type="number" name="secondNum" ng-model="secondNum" required/>
       ={{doMySum()}}
   </div>
</div>
</body>
</html>


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

开远市| 临西县| 文安县| 新龙县| 宁安市| 吐鲁番市| 永兴县| 邵武市| 双鸭山市| 恩施市| 西丰县| 红河县| 五大连池市| 天台县| 青州市| 仁怀市| 云南省| 泰和县| 葫芦岛市| 南通市| 建昌县| 六安市| 福鼎市| 彭州市| 乐安县| 涡阳县| 大埔区| 韶关市| 姜堰市| 喜德县| 太和县| 金阳县| 张家港市| 车致| 金山区| 文山县| 土默特左旗| 永胜县| 廊坊市| 孟州市| 琼海市|