GuitarControllers.controller('TabController', function (){ this.tab = 1; this.selectTab = function (setTab){ this.tab = setTab; }; this.
確定! 回上一頁