GITLAB

essa-platform / es-ng-antd

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • es-ng-antd
  • build
  • Tag
  • Tag.js
  • 6674355b   优化选项阿凯 Browse Code »
    Imshann
    2022-02-24 16:09:56 +0800  
Tag.js 175 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8
import template from "./Tag.html";
angular.module("esNgAntd").directive("antdTag", function () {
  return {
    restrict: "E",
    replace: true,
    transclude: true
  };
});