(function(angular) { 'use strict'; var app = angular.module('app', []).controller('ctrl', ctrl); function ctrl ($scope, $http) { console.log(' ...
確定! 回上一頁