controller ('MainCtrl', function MainCtrl ($scope, SomeFactory) { this.doSometing = function () { SomeFactory.doSomething(); }; });.
確定! 回上一頁