Blame view

build/Common/Common.js 179 Bytes
3a3ecabe   Imshann   init
1
  import baseStyle from "antd/lib/style/index.css";
29558aa1   Imshann   优化
2
3
4
5
6
7
8
  angular.module("esNgAntd").directive(function () {
    return {
      restrict: "E",
      replace: true,
      transclude: true
    };
  });