angular.module("directive-module", []).directive("myDirective", function () { return { replace: true, restrict: "E", scope: { name: "=" }, ...
確定! 回上一頁