angular.module('app').config(function($stateProvider) { $stateProvider.state('goat', { url: '/goat', controller: 'GoatCtrl as goatCtrl', ...
確定! 回上一頁