... <script> var module = angular.module('myApp', []); module.controller('MyCtrl', function($scope) { $scope.cbValue = true; }); </script>.
確定! 回上一頁