angular.module("myApp",[]) ·.controller("postController", function($scope){ · $scope.text = ''; //default input state · $scope.post; · $scope.post() { · $scope.post ...
確定! 回上一頁