var app = angular.module('plunker', []); app.controller('MainCtrl', function($scope) { }); app.directive('list', function() { return { restrict: 'A', ...
確定! 回上一頁