var myApp = angular.module('myApp', []); myApp.factory('Data', function () { return { message: "I'm data from a service" } }); function FirstCtrl($scope, ...
確定! 回上一頁