controller('WatchCtrl', WatchCtrl); WatchCtrl.$inject = ['$scope']; function WatchCtrl($scope) { var vm = this; vm.name = 'test'; vm.collection ...
確定! 回上一頁