var app = angular.module('app', []); app.controller('MainCtrl', function($scope, $filter) { this.categories = [{ "_id": "0", "val": "American" }, { "_id": ...
確定! 回上一頁