diff --git a/lib/Modal/index.js b/lib/Modal/index.js deleted file mode 100644 index 0a2b6e2..0000000 --- a/lib/Modal/index.js +++ /dev/null @@ -1,17 +0,0 @@ -/** - * @description modal弹出框 - * - * @author bcguan2008 <148135244@qq.com> - * @date Tue Apr 04 2017 15:05:54 GMT+0800 (CST) - * @example: http://www.fancyui.org/#/zh-cn/component/Modal - */ - -import ModalComponent from './Modal.component'; - -let ModalModule = angular.module('f-Modal', [ - -]) - -.component('fModal', ModalComponent); - -export default ModalModule;