Angular Controller: angular .module('app', []) .controller('appController', function($scope) { $scope.temp = "green,blue,red,yellow"; } ...
確定! 回上一頁