var app = angular.module('plunker', ['ngSanitize']); app.controller('DemoCtrl', function($scope) { }); app.directive('providerList', ['$http', ...
確定! 回上一頁